oops
svn-id: r17522
This commit is contained in:
parent
eb10589c83
commit
c9455a8806
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ void Engine::initCommonGFX(GameDetector &detector) {
|
|||
// FIXME: As a hack, we use "1x" here. Would be nicer to use
|
||||
// getDefaultGraphicsMode() instead, but right now, we do not specify
|
||||
// whether that is a 1x scaler or not...
|
||||
_system->setGraphicsMode(_system->getDefaultGraphicsMode());
|
||||
_system->setGraphicsMode("1x");
|
||||
} else {
|
||||
// Override global scaler with any game-specific define
|
||||
if (ConfMan.hasKey("gfx_mode")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue