From ee163d1e498a81b1665956451fbf784ddbe4fe03 Mon Sep 17 00:00:00 2001 From: Rachel Bryk Date: Fri, 5 Apr 2013 17:26:56 -0400 Subject: [PATCH] Someone take my commit rights away. --- Source/Core/VideoCommon/Src/VideoConfig.cpp | 1 + 1 file changed, 1 insertion(+) 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;