mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
fix typo in enum for screen sizing (#1377)
This commit is contained in:
@ -522,7 +522,7 @@ void EmuThread::run()
|
||||
if (mainScreenPos[0] == 1)
|
||||
guess = screenSizing_EmphTop;
|
||||
else
|
||||
guess = screenSizing_EmphBop;
|
||||
guess = screenSizing_EmphBot;
|
||||
}
|
||||
|
||||
if (guess != autoScreenSizing)
|
||||
|
Reference in New Issue
Block a user