summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoBackendBase.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2018-04-01 21:27:06 +0200
committerJosJuice <josjuice@gmail.com>2018-04-01 21:41:18 +0200
commit91732e2baff00bf5642d51b2618499aecc65107c (patch)
treebdfc13671ec6ad8feb106f0524d5a0447421b8f1 /Source/Core/VideoCommon/VideoBackendBase.cpp
parent76e1a5b892b546ff30320dd8c1193148db7c9ef9 (diff)
Remove support for projection hacks
This isn't really useful for anything anymore as far as I know.
Diffstat (limited to 'Source/Core/VideoCommon/VideoBackendBase.cpp')
-rw-r--r--Source/Core/VideoCommon/VideoBackendBase.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VideoBackendBase.cpp b/Source/Core/VideoCommon/VideoBackendBase.cpp
index d8415c46f0..9315d1d7b3 100644
--- a/Source/Core/VideoCommon/VideoBackendBase.cpp
+++ b/Source/Core/VideoCommon/VideoBackendBase.cpp
@@ -295,7 +295,6 @@ void VideoBackendBase::InitializeShared()
PixelShaderManager::Init();
g_Config.Refresh();
- g_Config.UpdateProjectionHack();
UpdateActiveConfig();
}