GP2XWiz: Small cleanup of render code to slave as much of loadGFXMode() code back to the OSystem_SDL::loadGFXMode(). version. Also update README-GP2XWIZ.

svn-id: r42964
This commit is contained in:
John Willis 2009-07-31 17:10:20 +00:00
parent 4888aa9fa0
commit c512989578
5 changed files with 25 additions and 157 deletions

View file

@ -364,7 +364,7 @@ bool OSystem_SDL::loadGFXMode() {
int hwW, hwH;
#ifndef __MAEMO__
#if !defined(__MAEMO__) && !defined(GP2XWIZ)
_videoMode.overlayWidth = _videoMode.screenWidth * _videoMode.scaleFactor;
_videoMode.overlayHeight = _videoMode.screenHeight * _videoMode.scaleFactor;