summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/PixelShaderManager.cpp
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2012-12-24 11:09:52 -0600
committerRyan Houdek <Sonicadvance1@gmail.com>2012-12-24 11:09:52 -0600
commit9209253e0df031dd2bb6a1f1186b6352f7f44f69 (patch)
tree55d236bcc02b8fa772f798f6b28c829f87c281d8 /Source/Core/VideoCommon/Src/PixelShaderManager.cpp
parentcf8f936abbb41128374578e9fa65ef6a2167f1d9 (diff)
Initial removal of Nvidia CG. Still some more cleanup to go
Diffstat (limited to 'Source/Core/VideoCommon/Src/PixelShaderManager.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/PixelShaderManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/PixelShaderManager.cpp b/Source/Core/VideoCommon/Src/PixelShaderManager.cpp
index 10399b159f..e7086da7b3 100644
--- a/Source/Core/VideoCommon/Src/PixelShaderManager.cpp
+++ b/Source/Core/VideoCommon/Src/PixelShaderManager.cpp
@@ -85,7 +85,7 @@ void PixelShaderManager::Shutdown()
void PixelShaderManager::SetConstants()
{
- if (g_ActiveConfig.bUseGLSL && !g_ActiveConfig.backend_info.bSupportsGLSLUBO)
+ if (!g_ActiveConfig.backend_info.bSupportsGLSLUBO)
Dirty();
for (int i = 0; i < 2; ++i)
{