diff options
Diffstat (limited to 'backends/platform/wii/osystem_gfx.cpp')
| -rw-r--r-- | backends/platform/wii/osystem_gfx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/wii/osystem_gfx.cpp b/backends/platform/wii/osystem_gfx.cpp index 5a849d10ab..4454acb318 100644 --- a/backends/platform/wii/osystem_gfx.cpp +++ b/backends/platform/wii/osystem_gfx.cpp @@ -128,7 +128,7 @@ bool OSystem_Wii::setGraphicsMode(int mode) { #ifndef GAMECUBE if (CONF_GetAspectRatio() && !_fullscreen) - xar /= 1.33f; + xar = s16(float(xar) / 1.33f); #endif GX_SetCamPosZ(400 - mode * 10); |
