From 8caa244e48e3d2388aa5857aabda1e2537144f26 Mon Sep 17 00:00:00 2001 From: flb Date: Mon, 24 May 2021 16:41:29 +0200 Subject: [PATCH] Updated README --- README.md | 2 ++ copy_files.txt | 2 +- source/changelog_page.cpp | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2f62c0..9b8eb5b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/copy_files.txt b/copy_files.txt index 25df672..546884f 100644 --- a/copy_files.txt +++ b/copy_files.txt @@ -1,2 +1,2 @@ /source/path/to/file|/destination/path/to/file -/atmosphere/reboot_payload.bin|/bootloader/payloads/payload.bin \ No newline at end of file +/bootloader/update.bin|/bootloader/payloads/hekate.bin \ No newline at end of file diff --git a/source/changelog_page.cpp b/source/changelog_page.cpp index 2aaa2a7..3898f9b 100644 --- a/source/changelog_page.cpp +++ b/source/changelog_page.cpp @@ -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]);