File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2465,10 +2465,10 @@ options: [-s max_relative_stack_bytes] [-m max_relative_heap_memory_bytes]\n\
24652465 if(rmode->viTVMode&VI_NON_INTERLACE) VIDEO_WaitVSync();
24662466#endif
24672467#ifdef NDS
2468- // Init Console output
2468+ /* Init Console output */
24692469 consoleDemoInit();
24702470
2471- // Init the Filesystem
2471+ /* Init the Filesystem */
24722472 fatInitDefault();
24732473#endif
24742474
@@ -2517,7 +2517,7 @@ options: [-s max_relative_stack_bytes] [-m max_relative_heap_memory_bytes]\n\
25172517#endif
25182518
25192519#ifdef NDS
2520- // in Nintendo DS returning from main shuts down the Device without letting you see the Results.
2520+ /* in Nintendo DS returning from main shuts down the Device without letting you see the Results. */
25212521 printf("args.return_code: %d\n", args.return_code);
25222522 printf("Testing complete. Press Start to exit the Program\n");
25232523 while(1) {
You can’t perform that action at this time.
0 commit comments