aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/gx_supp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/wii/gx_supp.cpp')
-rw-r--r--backends/platform/wii/gx_supp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/wii/gx_supp.cpp b/backends/platform/wii/gx_supp.cpp
index 448496814c..34cd31fd13 100644
--- a/backends/platform/wii/gx_supp.cpp
+++ b/backends/platform/wii/gx_supp.cpp
@@ -180,7 +180,7 @@ void GX_Start(u16 width, u16 height, s16 haspect, s16 vaspect) {
memset(texturemem, 0, texturesize);
/*** Setup for first call to scaler ***/
- oldvwidth = oldvheight = -1;
+ oldvwidth = oldvheight = 0;
if (inited)
return;