mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Hastily committing untested code without making sure i didn't miss anything first? I would never!
This commit is contained in:
@ -146,6 +146,8 @@ void VideoConfig::GameIniLoad(const char *ini_file)
|
||||
{
|
||||
switch (iEFBScale)
|
||||
{
|
||||
case 0:
|
||||
iEFBScale = 1;
|
||||
case 3: // 1.5x
|
||||
iEFBScale = 2;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user