1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-07 23:07:25 +01:00

Updated README

This commit is contained in:
flb 2021-05-24 16:41:29 +02:00
parent f8fbc5d85a
commit 8caa244e48
3 changed files with 4 additions and 2 deletions

View file

@ -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.
Works on **unpatched**(Erista) and **patched**(v2/Mariko) Switches.
## How to install
Copy the `aio-switch-updater/` directory to `/switch/` on your sdcard.

View file

@ -1,2 +1,2 @@
/source/path/to/file|/destination/path/to/file
/atmosphere/reboot_payload.bin|/bootloader/payloads/payload.bin
/bootloader/update.bin|/bootloader/payloads/hekate.bin

View file

@ -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.");
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--){
listItem = new brls::ListItem(verTitles[i]);