summaryrefslogtreecommitdiff
path: root/src/crash_screen.c
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2023-05-22 13:05:54 -0600
committerGitHub <noreply@github.com>2023-05-22 13:05:54 -0600
commite371f88b2d94047889f79b20d655684e0f74103d (patch)
treeb8a70ac4dac47bdbb86b9bad666e169dfbefb889 /src/crash_screen.c
parenteda4a3f1173d1b129ca765464eafb9fe6760e785 (diff)
UI and print debug matches (#310)
* various decomp
Diffstat (limited to 'src/crash_screen.c')
-rw-r--r--src/crash_screen.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/crash_screen.c b/src/crash_screen.c
index fa7b6cace..a612f48fd 100644
--- a/src/crash_screen.c
+++ b/src/crash_screen.c
@@ -220,7 +220,8 @@ void thread9_crash_screen(UNUSED void *arg0)
// Run only on the first iteration.
if (sCounter == 0) {
crash_screen_draw_square((u16 *)pFramebuffer);
-
+ //#define SKIP_DRAW_SQUARE
+ #ifndef SKIP_DRAW_SQUARE
while(1)
{
read_controllers();
@@ -238,6 +239,7 @@ void thread9_crash_screen(UNUSED void *arg0)
break;
}
}
+ #endif
crash_screen_draw_info((u16 *) pFramebuffer, thread);
}