aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/osystem_gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/wii/osystem_gfx.cpp')
-rw-r--r--backends/platform/wii/osystem_gfx.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/platform/wii/osystem_gfx.cpp b/backends/platform/wii/osystem_gfx.cpp
index 6402ce9a35..0196c95f4c 100644
--- a/backends/platform/wii/osystem_gfx.cpp
+++ b/backends/platform/wii/osystem_gfx.cpp
@@ -275,6 +275,10 @@ void OSystem_Wii::updateScreen() {
if (now - _lastScreenUpdate < 1000 / MAX_FPS)
return;
+#ifdef DEBUG_WII_MEMSTATS
+ wii_memstats();
+#endif
+
_lastScreenUpdate = now;
h = 0;