Go to file
2018-09-28 16:29:50 -04:00
romfs Use the built-in system font for text and glyphs. 2018-08-02 06:54:25 -04:00
src Make sure action textures get deleted. 2018-09-28 16:29:50 -04:00
.gitignore Initial Commit 2018-06-27 20:26:00 -04:00
Icon.jpg Added Icon. Small rename. 2018-06-28 20:53:56 -04:00
LICENSE Initial Commit 2018-06-27 20:26:00 -04:00
Makefile Start of the UI with View Hierarchy and reusable Header, Footer and Text View. 2018-08-01 20:43:01 -04:00
README.md Update README.md 2018-06-28 21:05:16 -04:00

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.