diff --git a/Source/Core/VideoCommon/Src/VideoConfig.cpp b/Source/Core/VideoCommon/Src/VideoConfig.cpp index 43fc702eea..5f10650747 100644 --- a/Source/Core/VideoCommon/Src/VideoConfig.cpp +++ b/Source/Core/VideoCommon/Src/VideoConfig.cpp @@ -148,6 +148,7 @@ void VideoConfig::GameIniLoad(const char *ini_file) { case 0: iEFBScale = 1; + break; case 3: // 1.5x iEFBScale = 2; break;