We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b9d7ad commit 90612b8Copy full SHA for 90612b8
1 file changed
main.c
@@ -6,6 +6,7 @@
6
#include <hal/video.h>
7
#include <hal/xbox.h>
8
#include <nxdk/mount.h>
9
+#include <hal/debug.h>
10
#include <nxdk/path.h>
11
#include <stdbool.h>
12
#include <stdio.h>
@@ -292,6 +293,7 @@ int main(void)
292
293
}
294
295
cleanup();
296
+ HalReturnToFirmware(HalRebootRoutine);
297
return 0;
298
299
@@ -388,5 +390,6 @@ static void cleanup(void)
388
390
pb_kill();
389
391
nvnetdrv_stop();
392
usbh_core_deinit();
393
+ debugClearScreen();
394
SDL_Quit();
395
0 commit comments