diff options
Diffstat (limited to 'backends')
-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 d65aa9bb87..1f0023a8e8 100644 --- a/backends/platform/wii/osystem_gfx.cpp +++ b/backends/platform/wii/osystem_gfx.cpp @@ -49,7 +49,7 @@ void OSystem_Wii::initGfx() { #ifndef GAMECUBE if (CONF_GetAspectRatio() && _fullscreen) - _overlayHeight = 360; + _overlayHeight = 400; #endif _overlaySize = _overlayWidth * _overlayHeight * 2; |