[Scummvm-cvs-logs] SF.net SVN: scummvm:[35502] scummvm/trunk/backends/platform/wii/osystem_gfx .cpp

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Tue Dec 23 20:19:40 CET 2008


Revision: 35502
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35502&view=rev
Author:   dhewg
Date:     2008-12-23 19:19:40 +0000 (Tue, 23 Dec 2008)

Log Message:
-----------
increase the height of the overlay so the modern theme fits in 16:9

Modified Paths:
--------------
    scummvm/trunk/backends/platform/wii/osystem_gfx.cpp

Modified: scummvm/trunk/backends/platform/wii/osystem_gfx.cpp
===================================================================
--- scummvm/trunk/backends/platform/wii/osystem_gfx.cpp	2008-12-23 19:18:25 UTC (rev 35501)
+++ scummvm/trunk/backends/platform/wii/osystem_gfx.cpp	2008-12-23 19:19:40 UTC (rev 35502)
@@ -49,7 +49,7 @@
 
 #ifndef GAMECUBE
 	if (CONF_GetAspectRatio() && _fullscreen)
-		_overlayHeight = 360;
+		_overlayHeight = 400;
 #endif
 
 	_overlaySize = _overlayWidth * _overlayHeight * 2;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list