diff --git a/README.md b/README.md index f38d12f..81cfdae 100644 --- a/README.md +++ b/README.md @@ -27,38 +27,45 @@ Copy the `aio-switch-updater/` directory to `/switch/` on your sdcard. - Download the most popular Switch CFWs. After downloading the CFW archive, the program will ask you whether you want to override your existing .ini files. - If you would like to preserve additional files or directories, write their path (one line each) in `/config/aio-switch-updater/preserve.txt` and they won't be overwritten when updating. - Place [this file](https://github.com/HamletDuFromage/aio-switch-updater/blob/master/copy_files.txt) in `/config/aio-switch-updater/copy_files.txt` in order to have specific copy operations performed after each download. This is mainly meant for users with trinkets who want payloads automatically copied to a directory. + - A custom Atmosphère url can be entered in [this file](https://github.com/HamletDuFromage/aio-switch-updater/blob/master/customPacks.json) and it will show on the `Update Atmopshère` menu. This can be used to support third-party packs through aio-switch-updater ### ⬦ Update Sigpatches -- For Atmosphère. Downloads sigpatches, which are patches required for launching unofficial .NSPs. Both AMS and Hekate+AMS sigpatches are available. After downloading the sigpatches archive, the program will ask you whether you want to override your existing .ini files. +- For Atmosphère. Downloads sigpatches, which are patches required for launching unofficial .NSPs. Both AMS and Hekate+AMS sigpatches are available. ### ⬦ Download firmwares -- Download firmare files to `/firmware` that can then be installed using DayBreak. +- Download firmware files to `/firmware` that can then be installed using DayBreak. ### ⬦ Download cheats - Downloads and extracts daily-updated cheat code. The program will only extract cheat codes for the games you own. By default, this homebrew will overwrite the existing cheats. If you have your own cheat files that you'd like to keep as is, you can turn off cheat updates for specific titles in `Tools->Cheat Menu`. - Since v2.0.0, aio-switch-updater can also download cheat sheets from [`CheatSlips.com`](https://www.cheatslips.com/). +- Since v2.6.0, aio-switch-updater can also download individual cheat codes from the GBAtemp database. ## Extras (in the `Tools` tab) - Reboot to specific payload. - Download payloads to `/bootloader/payloads`. - Change software color scheme of Joy-Cons. Additional color profiles can be found in the releases and should be copied to `config/aio-switch-updater/jc_profiles.json`. Use [this webpage](https://hamletdufromage.github.io/JC-color-picker/JCpicker.html) to generate your own profiles. - Change software color scheme of Pro Controllers (has to be paired as Player 1). Additional color profiles can be found in the releases and should be copied to `config/aio-switch-updater/pc_profiles.json`. -- View which of your games got cheat codes from the app. +- Consult installed cheat codes. - Launch the Switch's web browser. - Edit internet settings (DNS, IP address, MTU, etc). Add you own configs to `config/aio-switch-updater/internet.json`. You can find a template in the root of the repo. ## Screenshots -![ss](https://user-images.githubusercontent.com/61667930/107124480-7a41f400-68a4-11eb-9a01-d7b3c9f3e828.jpg) -![ss](https://user-images.githubusercontent.com/61667930/93721670-42e6db00-fb81-11ea-9f94-1308898398f0.jpg) -![ss](https://user-images.githubusercontent.com/61667930/93721673-437f7180-fb81-11ea-9256-377575148a40.jpg) -![ss](https://user-images.githubusercontent.com/61667930/93691404-3193c500-fad4-11ea-9647-927c979960bc.jpg) -![ss](https://user-images.githubusercontent.com/61667930/105404737-98fc8580-5c2a-11eb-9efb-eb6e69d82b7b.jpg) -![ss](https://user-images.githubusercontent.com/61667930/107124438-364eef00-68a4-11eb-97d4-57df6d8aaa9d.jpg) -![ss](https://user-images.githubusercontent.com/61667930/105404840-b9c4db00-5c2a-11eb-8385-48454465063c.jpg) -![ss](https://user-images.githubusercontent.com/61667930/105407043-80da3580-5c2d-11eb-8f35-27f77079ea53.jpg) -![ss](https://user-images.githubusercontent.com/61667930/105403520-250dad80-5c29-11eb-95e6-d9ab3822d1d6.jpg) +
Expand to view the screenshots + +![update_ams](https://user-images.githubusercontent.com/61667930/125843308-94666f64-c538-465f-88b1-10dbc1e2024e.jpg) +![deepsea_builder](https://user-images.githubusercontent.com/61667930/125843328-829d9e92-617a-4a92-b85f-2f2abd096f5f.jpg) +![tools_menu](https://user-images.githubusercontent.com/61667930/125843312-394cc38e-de75-4f71-942d-9d38d3d37b29.jpg) +![downloading](https://user-images.githubusercontent.com/61667930/125843333-e18faf45-6034-4dfa-841b-3e20259e4dc9.jpg) +![get_cheats](https://user-images.githubusercontent.com/61667930/125843305-4f1b4a91-f182-4e15-9d5b-af0e2ec7fd9e.jpg) +![get_individual_cheat](https://user-images.githubusercontent.com/61667930/125843316-0527d3f2-5b6e-42da-83ef-0f8e67646eb3.jpg) +![joycon_color_swapper](https://user-images.githubusercontent.com/61667930/125843319-c81d372e-58dc-432b-8f8c-828f768ae817.jpg) + +
## Build + +
Expand to view the build instructions + You need to have installed devkitPro and devkitARM in order to compile this project. Install the required dependencies: @@ -74,8 +81,6 @@ $ sudo (dkp-)pacman -S switch-glfw \ ``` Use [`switch-ex-curl`](https://github.com/eXhumer/switch-ex-curl) instead of `switch-curl` to use this app with an invalid SSL certificate. -Compiling requires GLFW to be patched to support the latest Libnx hid API. Until this is merged upstream, use [my fork](https://github.com/HamletDuFromage/glfw) - Clone the repository ```bash $ git clone --recursive https://github.com/HamletDuFromage/aio-switch-updater @@ -90,6 +95,8 @@ $ cd .. $ make ``` +
+ ## Disclaimer I do not own, host nor distribute any of the files that can be downloaded with this homebrew tool. At the owner's request, I will immediately remove the ability to download any problematic file. diff --git a/lib/borealis b/lib/borealis index b310da0..456f9fb 160000 --- a/lib/borealis +++ b/lib/borealis @@ -1 +1 @@ -Subproject commit b310da0108893bd7dc25aabb71e11951db30bbf9 +Subproject commit 456f9fb4e2ae4b20c49abc31e4053b26168b1728 diff --git a/source/download_cheats_page.cpp b/source/download_cheats_page.cpp index 63681f2..1a2e585 100644 --- a/source/download_cheats_page.cpp +++ b/source/download_cheats_page.cpp @@ -15,10 +15,10 @@ using json = nlohmann::json; DownloadCheatsPage::DownloadCheatsPage(uint64_t tid, const std::string& name) : AppletFrame(true, true), tid(tid) { list = new brls::List(); - this->setTitle(name); - this->setFooterText("Game version: v" + std::to_string(this->version / 0x10000)); GetVersion(); GetBuildID(); + this->setTitle(name); + this->setFooterText("Game version: v" + std::to_string(this->version / 0x10000)); } void DownloadCheatsPage::GetBuildID() {