diff options
| -rw-r--r-- | base/engine.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/base/engine.cpp b/base/engine.cpp index 6ef04ac2f2..0e01fa5b3b 100644 --- a/base/engine.cpp +++ b/base/engine.cpp @@ -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")) { | 
