You've already forked HackerSM64
mirror of
https://github.com/HackerN64/HackerSM64.git
synced 2026-01-21 10:35:32 -08:00
Actually fix build with UNF disabled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user