mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-08 11:31:43 +00:00
Updated README
This commit is contained in:
parent
f8fbc5d85a
commit
8caa244e48
3 changed files with 4 additions and 2 deletions
|
@ -16,6 +16,8 @@
|
||||||
|
|
||||||
A Nintendo Switch homebrew app to download and update CFWs, sigpatches, FWs and cheat codes. Supports Atmosphère, ReiNX and SXOS.
|
A Nintendo Switch homebrew app to download and update CFWs, sigpatches, FWs and cheat codes. Supports Atmosphère, ReiNX and SXOS.
|
||||||
|
|
||||||
|
Works on **unpatched**(Erista) and **patched**(v2/Mariko) Switches.
|
||||||
|
|
||||||
## How to install
|
## How to install
|
||||||
Copy the `aio-switch-updater/` directory to `/switch/` on your sdcard.
|
Copy the `aio-switch-updater/` directory to `/switch/` on your sdcard.
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
/source/path/to/file|/destination/path/to/file
|
/source/path/to/file|/destination/path/to/file
|
||||||
/atmosphere/reboot_payload.bin|/bootloader/payloads/payload.bin
|
/bootloader/update.bin|/bootloader/payloads/hekate.bin
|
|
@ -146,7 +146,7 @@ ChangelogPage::ChangelogPage() : AppletFrame(true, true)
|
||||||
changes.push_back("\uE016 Fixed some read-only files not being properly extracted thus preventing updating.");
|
changes.push_back("\uE016 Fixed some read-only files not being properly extracted thus preventing updating.");
|
||||||
|
|
||||||
verTitles.push_back("v2.5.0");
|
verTitles.push_back("v2.5.0");
|
||||||
changes.push_back("\uE016 Added ability to update Atmosphère for Mariko (ie patched) Switches. Thanks to SkyDark for testing it out.\n\uE016 Fixed batch copy to be able to copy the same file multiple times (see https://git.io/aiosu_copyfiles).");
|
changes.push_back("\uE016 Added ability to update Atmosphère for Mariko (ie patched) Switches. Thanks to SkyDark for testing it out.\n\uE016 Fixed batch copy to be able to copy the same file multiple times (see https://git.io/aiosu_copyfiles). Existing copy_files.json files won't work anymore.");
|
||||||
|
|
||||||
for(int i = verTitles.size() -1 ; i >= 0; i--){
|
for(int i = verTitles.size() -1 ; i >= 0; i--){
|
||||||
listItem = new brls::ListItem(verTitles[i]);
|
listItem = new brls::ListItem(verTitles[i]);
|
||||||
|
|
Loading…
Reference in a new issue