From 80e113093ab6f696b432b64e34155efba62d5265 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Tue, 23 Dec 2008 19:19:40 +0000 Subject: increase the height of the overlay so the modern theme fits in 16:9 svn-id: r35502 --- backends/platform/wii/osystem_gfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/wii') 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; -- cgit v1.2.3