diff options
Diffstat (limited to 'Source/Core/VideoCommon/Src/VideoConfig.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/VideoConfig.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/Src/VideoConfig.cpp b/Source/Core/VideoCommon/Src/VideoConfig.cpp index ec95f6efe3..0b70b5440f 100644 --- a/Source/Core/VideoCommon/Src/VideoConfig.cpp +++ b/Source/Core/VideoCommon/Src/VideoConfig.cpp @@ -129,9 +129,10 @@ void VideoConfig::GameIniLoad(const char *ini_file) if (tmp != -9000) { if (tmp != SCALE_FORCE_INTEGRAL) + { iEFBScale = tmp; - // Round down to multiple of native IR - else + } + else // Round down to multiple of native IR { switch (iEFBScale) { |
