diff options
| author | Tony Wasserka <NeoBrainX@gmail.com> | 2014-01-15 22:22:28 +0100 |
|---|---|---|
| committer | Tony Wasserka <NeoBrainX@gmail.com> | 2014-01-16 00:11:12 +0100 |
| commit | b49c09c36b67efc95abe29894620b36547b69d3b (patch) | |
| tree | 86c10968b521212f06cb391922bebda860564507 /Source/Core/VideoCommon/VideoConfig.cpp | |
| parent | 5e5db9fbc67595dccb0f47088a0482f0f798379f (diff) | |
Remove the ZTP speedup hack. Also remove useless debugging code, and a presumably outdated workaround (which was commented out).
Fixes issue 6875.
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VideoConfig.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.cpp b/Source/Core/VideoCommon/VideoConfig.cpp index bd9fc015ac..c5828d24ea 100644 --- a/Source/Core/VideoCommon/VideoConfig.cpp +++ b/Source/Core/VideoCommon/VideoConfig.cpp @@ -204,7 +204,6 @@ void VideoConfig::GameIniLoad() CHECK_SETTING("Video", "PH_ExtraParam", iPhackvalue[3]); CHECK_SETTING("Video", "PH_ZNear", sPhackvalue[0]); CHECK_SETTING("Video", "PH_ZFar", sPhackvalue[1]); - CHECK_SETTING("Video", "ZTPSpeedupHack", bZTPSpeedHack); CHECK_SETTING("Video", "UseBBox", bUseBBox); CHECK_SETTING("Video", "PerfQueriesEnable", bPerfQueriesEnable); |
