From 6a5a522bba854ee625a90bf84ec88bdbf37674b5 Mon Sep 17 00:00:00 2001 From: Rachel Bryk Date: Fri, 5 Apr 2013 17:20:34 -0400 Subject: [PATCH] Hastily committing untested code without making sure i didn't miss anything first? I would never! --- Source/Core/VideoCommon/Src/VideoConfig.cpp | 2 ++ 1 file changed, 2 insertions(+) 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;