* 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.h | ||
| font.c | ||
| font.h | ||
| language.c | ||
| language.h | ||
| launch.c | ||
| launch.h | ||
| main.h | ||
| math.c | ||
| math.h | ||
| menu-entry.c | ||
| menu-list.c | ||
| menu.c | ||
| menu.h | ||
| message-box.c | ||
| message-box.h | ||
| netloader.c | ||
| netloader.h | ||
| power.h | ||
| text.c | ||
| text.h | ||
| theme.c | ||
| theme.h | ||
| ui.c | ||
| ui.h | ||
| worker.c | ||
| worker.h | ||