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)
|
switch (iEFBScale)
|
||||||
{
|
{
|
||||||
|
case 0:
|
||||||
|
iEFBScale = 1;
|
||||||
case 3: // 1.5x
|
case 3: // 1.5x
|
||||||
iEFBScale = 2;
|
iEFBScale = 2;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue