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:
parent
4888aa9fa0
commit
c512989578
5 changed files with 25 additions and 157 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue