1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-16 20:13:35 +01:00
Update your CFW, cheat codes, firmwares and more directly from your Nintendo Switch!
Go to file
2021-10-01 19:22:52 +02:00
.github updated docker image 2021-09-20 17:02:46 +02:00
.vscode show cheatsheet for the right BID in download cheats page, code clean up 2021-10-01 19:22:52 +02:00
aiosu-forwarder remove typo that slipped into forwader app 2021-03-16 03:14:17 +01:00
aiosu-rcm@ce51c1f22a Prepare for AMS 1.0.0 2021-09-07 15:44:12 +02:00
include show cheatsheet for the right BID in download cheats page, code clean up 2021-10-01 19:22:52 +02:00
lib revert libraries to their latest version 2021-08-24 23:05:47 +02:00
resources Add more granular hide tabs capabilities https://github.com/HamletDuFromage/aio-switch-updater/pull/130 2021-09-28 15:10:44 +02:00
scripts refactored internationalisation files 2021-03-01 19:19:17 +01:00
source show cheatsheet for the right BID in download cheats page, code clean up 2021-10-01 19:22:52 +02:00
.clang-format clang format (better than never) 2021-09-11 15:48:13 +02:00
.gitignore Fixed exclude page crashing (closes https://github.com/HamletDuFromage/aio-switch-updater/issues/135) 2021-09-08 12:14:21 +02:00
.gitmodules Transfered rcm payload to a submodule, tweaked net_page, bumped version 2021-03-19 17:37:17 +01:00
copy_files.txt Updated README 2021-05-24 16:41:29 +02:00
customPacks.json added support for support packs 2021-07-09 01:14:07 +02:00
hide_tabs.json add hideTabs.json 2021-07-21 15:49:17 +02:00
icon.jpg Small touch-ups for tiansongyu's PR 2020-10-05 17:14:10 +02:00
internet.json Added internet settings editor and web browser 2021-01-03 00:22:45 +01:00
jc_profiles.json Added new Joy-Con color profiles 2021-03-16 03:07:00 +01:00
LICENSE Initial commit 2020-09-19 22:51:58 +00:00
Makefile bump version 2021-09-28 15:29:56 +02:00
pack_release.sh revert to personnal docker image 2021-03-27 01:44:44 +01:00
pc_profiles.json Added internet settings editor and web browser 2021-01-03 00:22:45 +01:00
README.md fix typos 2021-07-21 15:50:31 +02:00

AIO-switch-updater

releases hbappstore GitHub Workflow Status tag GitHub

Donate using Liberapay btc eth


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.

Description of the features

⬦ Update CFW

  • 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 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 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.

⬦ Download firmwares

  • 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.
  • 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 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.
  • 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.
  • Tabs can be hidden through the Hide tabs menu, and more entries can be hidden by manually editing config/aio-switch-updater/hide_tabs.json.

Screenshots

Expand to view the screenshots

update_ams deepsea_builder downloading get_cheats get_individual_cheat tools_menu joycon_color_swapper

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:

$ sudo (dkp-)pacman -Sy
$ sudo (dkp-)pacman -S  switch-glfw \
                        switch-curl \
                        switch-glm \
                        switch-mbedtls \
                        switch-zlib

Use switch-ex-curl instead of switch-curl to use this app with an invalid SSL certificate.

Clone the repository

$ git clone --recursive https://github.com/HamletDuFromage/aio-switch-updater
$ cd aio-switch-updater

Compile

$ cd aiosu-forwarder
$ make
$ 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.

Special thanks

  • natinusala for the Borealis library.
  • tiansongyu for bringing support for multi-language and for his Chinese translation.
  • yyoossk for the Japanese locale.
  • sergiou87 for the Spanish locale.
  • pedruhb for the Brazilian locale.
  • AD2076 for the Italian locale.
  • qazrfv1234 for the Traditional Chinese locale.
  • Team Neptune whose rcm code I used.
  • fennectech for helping test the app and providing suggestions.
  • Iliak for cheatslips.com.

Like the app?

  • Liberapay : Donate using Liberapay
  • BTC: 1CoFc1bY5AHLP6Noe1zmqnJnp7ZWBxyo79
  • ETH: 0xf68f568e21a15934e0e9a6949288c3ca009140ba
  • CHAINLINK: 0xf68f568e21a15934e0e9a6949288c3ca009140ba