mirror of
https://github.com/Team-Neptune/DeepSea-Updater.git
synced 2024-11-23 12:29:52 +00:00
romfs | ||
src | ||
.gitignore | ||
Icon.jpg | ||
LICENSE | ||
Makefile | ||
README.md |
SDFiles Updater
A homebrew application for the Nintendo Switch that will connect to a SDFiles Updater Server and update your SDFiles automatically.
settings.cfg
Config option | Description |
---|---|
host = "http://sdfu.stevenmattera.com"; |
Which server to connect to. You can host your own server using the files in the server repository. |
channel = "stable"; |
Stable (stable) will download the latest tag and bleeding edge (bleeding-edge) will download the latest commit. |
version = ""; |
The version of SDFiles that is currently installed on your SD card. |
launcher = "hekate"; |
Hekate (hekate) will use the hekate files, LayeredFS (layeredfs) will use the hekate layeredfs files, and Switchblade (switchblade) will use the switchblade files. |
Credits
- Thanks to tumGER for maintaing the SDFilesSwitch repo, without that repository this application wouldn't exist.
- Thanks to vgmoose for examples on using minizip in appstorenx.
- Thanks to y4my4m and natinusala in the ReSwitched discord for their discussions around libcurl.