* Enabled StrIds in language.c for this with some adjustments. * Moved sockets init/exit into netloaderInit/netloaderExit, netloaderInit now returns Result. * Changed the params for netloaderGetState to an output struct. * In netloaderTask(), check netloader_exitflag at the end before clearing it. * Moved code calling loadnro from netloader_loop into netloaderTask. * Call thrd_sleep with the while-loop calling netloader_loop in netloaderTask. * Various other changes. |
||
---|---|---|
common | ||
data | ||
nx_main | ||
pc_main | ||
resources | ||
.gitignore | ||
icon.jpg | ||
LICENSE.md | ||
Makefile | ||
Makefile.nx | ||
Makefile.pc | ||
README.md |
Usage
See Homebrew_Applications for SD layout and applications, etc. See Switchbrew for hbmenu docs.
Download
The latest release is available from the releases page.
Building
Build with make nx
or just run make
.
Credits
- This uses code based on 3DS new-hbmenu.
- libjpeg-turbo is used for handling JPEG icons. This library doesn't support lossless JPEG (likewise for official sw which uses libjpeg-turbo).