mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
WII: Fix Build When Debugging Wii Memory Usage
This commit is contained in:
parent
f541853d73
commit
91b8c1bb89
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user