mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
DINGUX: Fix "if" formatting.
This commit is contained in:
parent
73598c64dc
commit
8aa8cb4dd6
@ -432,7 +432,7 @@ bool DINGUXSdlGraphicsManager::loadGFXMode() {
|
||||
// Forcefully disable aspect ratio correction for games
|
||||
// which starts with a native 240px height resolution.
|
||||
// This fixes games with weird resolutions, like MM Nes (256x240)
|
||||
if(_videoMode.screenHeight == 240) {
|
||||
if (_videoMode.screenHeight == 240) {
|
||||
_videoMode.aspectRatioCorrection = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user