Hastily committing untested code without making sure i didn't miss anything first? I would never!
This commit is contained in:
parent
e531970052
commit
6a5a522bba
|
@ -146,6 +146,8 @@ void VideoConfig::GameIniLoad(const char *ini_file)
|
|||
{
|
||||
switch (iEFBScale)
|
||||
{
|
||||
case 0:
|
||||
iEFBScale = 1;
|
||||
case 3: // 1.5x
|
||||
iEFBScale = 2;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue