WII: Fix Build When Debugging Wii Memory Usage

This commit is contained in:
D G Turner 2023-05-05 18:16:57 +01:00
parent f541853d73
commit 91b8c1bb89

View File

@ -148,6 +148,9 @@ static sys_resetinfo resetinfo = {
};
#ifdef DEBUG_WII_MEMSTATS
#define FORBIDDEN_SYMBOL_EXCEPTION_fprintf
#define FORBIDDEN_SYMBOL_EXCEPTION_stderr
void wii_memstats(void) {
static u32 min_free = UINT_MAX;
static u32 temp_free;