svn-id: r17522
This commit is contained in:
Max Horn 2005-04-10 16:55:37 +00:00
parent eb10589c83
commit c9455a8806

View file

@ -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")) {