Go to file
yellows8 86632292b0 Display netloader status with a modified msgbox.
* 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.
2018-10-23 20:13:10 -04:00
common Display netloader status with a modified msgbox. 2018-10-23 20:13:10 -04:00
data Add support to display current charge, and indicate whether or not device is charging (#67) 2018-10-09 18:27:43 -04:00
nx_main Display netloader status with a modified msgbox. 2018-10-23 20:13:10 -04:00
pc_main Fixed exiting with + button when netloader is active. 2018-10-22 22:13:33 -04:00
resources Add support to display current charge, and indicate whether or not device is charging (#67) 2018-10-09 18:27:43 -04:00
.gitignore Implemented a theme switcher feature (#62) 2018-09-28 23:20:24 -04:00
icon.jpg add icon.jpg 2018-02-28 23:43:29 +01:00
LICENSE.md Added LICENSE.md and updated .gitignore. 2018-02-18 16:50:56 -05:00
Makefile Moved 'v' from APP_VERSION in Makefile to Makefile.nx/Makefile.pc, so that the version in the built nro-nacp doesn't include 'v'. Removed nxlink.h include since switch.h has this. 2018-03-19 18:36:58 -04:00
Makefile.nx enhancement: replaced nanojpeg with turbojpeg library (#65) (Closes #7) 2018-09-30 18:13:33 -04:00
Makefile.pc Added worker, based on 3ds new-hbmenu. 2018-10-17 22:18:09 -04:00
README.md Updated README regarding JPEG library. 2018-09-30 18:20:19 -04:00

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).