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