From 674e259d02f0a5124c090fbceca2c4312e809e26 Mon Sep 17 00:00:00 2001 From: Arceveti Date: Thu, 7 Mar 2024 16:38:59 -0800 Subject: [PATCH] Actually fix build with UNF disabled --- src/crash_screen/pages/page_about.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/crash_screen/pages/page_about.c b/src/crash_screen/pages/page_about.c index 864a3830d..e47902047 100644 --- a/src/crash_screen/pages/page_about.c +++ b/src/crash_screen/pages/page_about.c @@ -150,6 +150,10 @@ const char gValNames_no_yes[][4] = { extern const u8 gRomSize[]; +#ifndef UNF + #define debug_is_initialized() FALSE +#endif // !UNF + void page_about_draw(void) { _Bool debug_mode = FALSE; #ifdef DEBUG