nx-hbmenu/nx_main
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
..
loaders Display an error screen with print-console instead of using fatalSimple. Display a msgbox in launchFile() when an error occurs instead of using fatalSimple. Better error handling etc in worker/launch. 2018-10-18 19:06:59 -04:00
main.c Display netloader status with a modified msgbox. 2018-10-23 20:13:10 -04:00
nx_audio.c Added comment regarding audio data/. 2018-03-19 21:49:47 -04:00
nx_launch.c Display an error screen with print-console instead of using fatalSimple. Display a msgbox in launchFile() when an error occurs instead of using fatalSimple. Better error handling etc in worker/launch. 2018-10-18 19:06:59 -04:00
nx_power.c Add support to display current charge, and indicate whether or not device is charging (#67) 2018-10-09 18:27:43 -04:00
nx_touch.c Added touch controls. (#41) 2018-07-30 17:23:34 -04:00
nx_touch.h Added touch controls. (#41) 2018-07-30 17:23:34 -04:00