Hastily committing untested code without making sure i didn't miss anything first? I would never!

This commit is contained in:
Rachel Bryk 2013-04-05 17:20:34 -04:00
parent e531970052
commit 6a5a522bba
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,8 @@ void VideoConfig::GameIniLoad(const char *ini_file)
{ {
switch (iEFBScale) switch (iEFBScale)
{ {
case 0:
iEFBScale = 1;
case 3: // 1.5x case 3: // 1.5x
iEFBScale = 2; iEFBScale = 2;
break; break;