summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/XFStructs.cpp
diff options
context:
space:
mode:
authoromegadox <omegadox@gmail.com>2009-03-02 19:38:38 +0000
committeromegadox <omegadox@gmail.com>2009-03-02 19:38:38 +0000
commit56becf28dbc954790683ab44d619b23348055f8a (patch)
tree10347a1926a48d7b5530afc7dfc92900a78a60e9 /Source/Core/VideoCommon/Src/XFStructs.cpp
parent0255f775da1b704e763c1bea862ba85c025246c4 (diff)
Revert 2521.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2524 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/XFStructs.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/XFStructs.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/Src/XFStructs.cpp b/Source/Core/VideoCommon/Src/XFStructs.cpp
index 9f1bffdf74..7a0d07959e 100644
--- a/Source/Core/VideoCommon/Src/XFStructs.cpp
+++ b/Source/Core/VideoCommon/Src/XFStructs.cpp
@@ -21,7 +21,6 @@
#include "CPMemory.h"
#include "NativeVertexWriter.h"
#include "VertexShaderManager.h"
-#include "PixelShaderManager.h"
// LoadXFReg 0x10
void LoadXFReg(u32 transferSize, u32 baseAddress, u32 *pData)
@@ -155,7 +154,6 @@ void LoadXFReg(u32 transferSize, u32 baseAddress, u32 *pData)
case 0x101a:
VertexManager::Flush();
VertexShaderManager::SetViewport((float*)&pData[i]);
- PixelShaderManager::SetViewport((float*)&pData[i]);
i += 6;
break;