summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/XFStructs.cpp
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2014-05-30 15:59:29 +0200
committerdegasus <wickmarkus@web.de>2014-06-19 16:33:33 +0200
commite456a5e64f3980eb3469e8d5362a689a9db123d6 (patch)
treefe8d8d1a337ef64b14cc5ba8166474c24200b508 /Source/Core/VideoCommon/XFStructs.cpp
parentd93f2973f7330a033253d94a738f820231bb6623 (diff)
PixelShader: remove the duplicated ppl constants
Diffstat (limited to 'Source/Core/VideoCommon/XFStructs.cpp')
-rw-r--r--Source/Core/VideoCommon/XFStructs.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/XFStructs.cpp b/Source/Core/VideoCommon/XFStructs.cpp
index 62a17ad829..fb20c3d289 100644
--- a/Source/Core/VideoCommon/XFStructs.cpp
+++ b/Source/Core/VideoCommon/XFStructs.cpp
@@ -15,7 +15,6 @@ void XFMemWritten(u32 transferSize, u32 baseAddress)
{
VertexManager::Flush();
VertexShaderManager::InvalidateXFRange(baseAddress, baseAddress + transferSize);
- PixelShaderManager::InvalidateXFRange(baseAddress, baseAddress + transferSize);
}
void XFRegWritten(int transferSize, u32 baseAddress, u32 *pData)
@@ -61,7 +60,6 @@ void XFRegWritten(int transferSize, u32 baseAddress, u32 *pData)
{
VertexManager::Flush();
VertexShaderManager::SetMaterialColorChanged(chan, newValue);
- PixelShaderManager::SetMaterialColorChanged(chan, newValue);
}
break;
}
@@ -74,7 +72,6 @@ void XFRegWritten(int transferSize, u32 baseAddress, u32 *pData)
{
VertexManager::Flush();
VertexShaderManager::SetMaterialColorChanged(chan + 2, newValue);
- PixelShaderManager::SetMaterialColorChanged(chan + 2, newValue);
}
break;
}