Go to file
2019-07-04 16:54:11 -04:00
romfs Cleaned up namespaces. Removed ES Patches, Bundles, and Channels. Removed sound due to dependency issue. Removed minizip from code to use devkitPro's minizip library. Increased version number. 2019-07-02 15:47:02 -04:00
SimpleIniParser@623954bb1c Added submodules. Made FileManager use SimpleIniParser. 2019-07-03 09:00:46 -04:00
source Add ftpd in the config folder as well. 2019-07-04 16:54:11 -04:00
Swurl@c6274b2677 Added submodules. Made FileManager use SimpleIniParser. 2019-07-03 09:00:46 -04:00
.gitignore Cleaned up namespaces. Removed ES Patches, Bundles, and Channels. Removed sound due to dependency issue. Removed minizip from code to use devkitPro's minizip library. Increased version number. 2019-07-02 15:47:02 -04:00
.gitmodules Added submodules. Made FileManager use SimpleIniParser. 2019-07-03 09:00:46 -04:00
Kosmos-Updater.jpg Remove multi-threaded code as it was causing crashes. Added ability to force a render. 2019-07-03 21:06:50 -04:00
LICENSE Initial Commit 2018-06-27 20:26:00 -04:00
Makefile Remove multi-threaded code as it was causing crashes. Added ability to force a render. 2019-07-03 21:06:50 -04:00
README.md Update copyright. Added passcode view. Added force_es_patches to internal file. Have the passcode view show up when holding down X for 2 seconds. 2019-02-19 09:02:19 -05:00

Kosmos Updater

A homebrew application for the Nintendo Switch that will automatically update your CFW with the latest from Kosmos.

settings.cfg

Config option Description
host = "http://kosmos-updater.teamatlasnx.com"; Which server to connect to. You can host your own server using the files in the server repository.
ignore = [ "sdmc://fileToIgnore.nro", "sdmc://anotherFileToIgnore.nro" ]; Array of files to ignore when extracting.
autoupdate = true; Whether or not to auto update Kosmos Updater.
proxy_enabled = false; Whether or not to use a proxy for network calls.
proxy_url = "http://example.com:8080"; The URL of the proxy server.
proxy_username = "username"; The username to use for the proxy server, if blank it will not be used.
proxy_password = "password"; The password to use for the proxy server, if blank it will not be used.

Credits

  • Thanks to vgmoose for examples on using minizip in appstorenx.
  • Thanks to y4my4m and natinusala in the ReSwitched discord for their discussions around libcurl.