Go to file
hax4dayz 93fe1153e5 Bump Version
Totally didn't forget to do this or something
2020-10-27 20:14:58 +01:00
rcm Added RCM payload to get around write protection in Atmosphere 0.15.0. 2020-10-14 20:02:43 -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@5c341008bc Added RCM payload to get around write protection in Atmosphere 0.15.0. 2020-10-14 20:02:43 -04:00
source Added RCM payload to get around write protection in Atmosphere 0.15.0. 2020-10-14 20:02:43 -04:00
Swurl DEEPSEA!!!!! 2020-05-16 16:04:02 -05:00
.gitignore Added RCM payload to get around write protection in Atmosphere 0.15.0. 2020-10-14 20:02:43 -04:00
.gitmodules Added RCM payload to get around write protection in Atmosphere 0.15.0. 2020-10-14 20:02:43 -04:00
icon.jpg New Icon 2020-05-16 15:35:25 -05:00
LICENSE Initial Commit 2018-06-27 20:26:00 -04:00
Makefile Bump Version 2020-10-27 20:14:58 +01:00
README.md Update README.md 2020-05-24 21:15:28 -07:00

DeepSea Updater

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

settings.cfg

Config option Description
ignore = [ "sdmc://fileToIgnore.nro", "sdmc://anotherFileToIgnore.nro" ]; Array of files to ignore when extracting.
autoupdate = true; Whether or not to auto update DeepSea 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.
  • Thanks to alex. for improving the config and other elements in FileManager.