Introduce -DDEBUG to enable crash screen and debug menu

This commit is contained in:
Ryan Dwyer
2023-01-12 21:56:54 +10:00
parent 68f2cd6db6
commit 7f62d1d74a
17 changed files with 92 additions and 75 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ extern const char var700529ac[];
#if VERSION == VERSION_NTSC_BETA
extern u8 g_CrashHasMessage;
#else
extern bool g_CrashHasMessage;
extern bool g_CrashEnabled;
#endif
void crashSetMessage(char *string);