Go to file
2020-05-23 15:45:51 -07: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@625d49fb53 Update to latest. 2020-04-09 07:29:47 -04:00
source quickfix. moving onto DUPLICATES! 2020-05-23 15:45:51 -07:00
Swurl DEEPSEA!!!!! 2020-05-16 16:04:02 -05:00
.gitignore Added back Swurl not as a submodule. 2020-04-09 21:23:19 -04:00
.gitmodules Removed Swurl as a submodule. 2020-04-09 21:20:15 -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 Taking the plunge for 4.1.0 2020-05-19 14:44:36 -05:00
README.md add to readme 2020-05-20 18:47:23 -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. (AnxietyWump) for reworking the FileManager and configuration setup.