mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-18 18:30:59 +00:00
Small correction to resolution selector. Still not perfect.
svn-id: r22919
This commit is contained in:
parent
60f19a0f2c
commit
1db54ac15c
@ -25,7 +25,7 @@
|
||||
|
||||
|
||||
void OSystem_MAEMO::loadGFXMode() {
|
||||
if (_fullscreen || _screenHeight > 400) {
|
||||
if (_fullscreen || effectiveScreenHeight() > 400) {
|
||||
_overlayWidth = 800;
|
||||
_overlayHeight = 480;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user