rashevskyv / kefir-updater

Update your CFW, sigpatches, cheat codes, firmwares and more directly from your Nintendo Switch!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kefir-updater

Donate using Liberapay to switch-aio-updater's author HamletDuFromage btc eth xmr


A Nintendo Switch homebrew app to download and update Kefir, FWs and cheat codes. Based on AiO-switch-updater by HamletDuFromage

How to install

Copy the kefir-updater.nro directory to /switch/kefir-updater on your sdcard.

Description of the features

⬦ Update Kefir

  • Download the Kefir. After downloading the CFW archive, the program will extract it and launch TegraExplorer for installing CFW in a proper way

⬦ Download firmwares

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

Extras (in the Tools tab)

  • View which of your games got cheat codes from the app.
  • Launch the Switch's web browser.

Screenshots

2021052023004100 2021052023004600 2021052023004800 2021052023005100 2021052023005400 2021052023005500 2021052023010100

Build

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.

Use portlibs and build with libnx provided in this repository

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 to switch-aio-updater's author HamletDuFromage
  • BTC: 1CoFc1bY5AHLP6Noe1zmqnJnp7ZWBxyo79
  • ETH: 0xf68f568e21a15934e0e9a6949288c3ca009140ba
  • Monero (XMR): 88wjCuhHX3oNhVpEdYeUx3LvrkdTvcTHx7v7L5fQpjCg7QiAReJUVR4LPase5Byj2UhdVdLtvysJaXTFKq2EnuvuLjvQMGL

About

Update your CFW, sigpatches, cheat codes, firmwares and more directly from your Nintendo Switch!

License:GNU General Public License v3.0


Languages

Language:C++ 93.3%Language:Makefile 3.6%Language:C 3.0%