Skip to content

DarkValkirion/DeepSea-Updater

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://fileToIgnore.nro", "sdmc:https://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:https://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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 74.6%
  • C++ 23.6%
  • Makefile 1.2%
  • Assembly 0.6%