[Scummvm-git-logs] scummvm master -> 91b8c1bb897d8acdba5d4279e034cc39d981095c

digitall noreply at scummvm.org
Fri May 5 17:17:21 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
91b8c1bb89 WII: Fix Build When Debugging Wii Memory Usage


Commit: 91b8c1bb897d8acdba5d4279e034cc39d981095c
    https://github.com/scummvm/scummvm/commit/91b8c1bb897d8acdba5d4279e034cc39d981095c
Author: D G Turner (digitall at scummvm.org)
Date: 2023-05-05T18:16:57+01:00

Commit Message:
WII: Fix Build When Debugging Wii Memory Usage

Changed paths:
    backends/platform/wii/main.cpp


diff --git a/backends/platform/wii/main.cpp b/backends/platform/wii/main.cpp
index 6ad4d106ec9..b8bd57d2c1e 100644
--- a/backends/platform/wii/main.cpp
+++ b/backends/platform/wii/main.cpp
@@ -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;




More information about the Scummvm-git-logs mailing list