Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Hastily committing untested code without making sure i didn't miss an…
…ything first? I would never!
  • Loading branch information
RachelBryk committed Apr 5, 2013
1 parent e531970 commit 6a5a522
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/VideoCommon/Src/VideoConfig.cpp
Expand Up @@ -146,6 +146,8 @@ void VideoConfig::GameIniLoad(const char *ini_file)
{
switch (iEFBScale)
{
case 0:
iEFBScale = 1;
case 3: // 1.5x
iEFBScale = 2;
break;
Expand Down

0 comments on commit 6a5a522

Please sign in to comment.