diff options
Diffstat (limited to 'Source/Plugins/Plugin_VideoDX9/Src/OpcodeDecoding.cpp')
| -rw-r--r-- | Source/Plugins/Plugin_VideoDX9/Src/OpcodeDecoding.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/Plugins/Plugin_VideoDX9/Src/OpcodeDecoding.cpp b/Source/Plugins/Plugin_VideoDX9/Src/OpcodeDecoding.cpp index 8f5b9b07e9..914acd7f29 100644 --- a/Source/Plugins/Plugin_VideoDX9/Src/OpcodeDecoding.cpp +++ b/Source/Plugins/Plugin_VideoDX9/Src/OpcodeDecoding.cpp @@ -210,16 +210,6 @@ bool FifoCommandRunnable(void) void Decode(void)
{
- static int DecoderCount = 0;
- DecoderCount++;
-
- if (DecoderCount == 0x0019c601)
- {
- int i = 0;
- }
-
- // 0x0019c603 <- error
-
int Cmd = g_pDataReader->Read8();
switch(Cmd)
{
@@ -236,7 +226,6 @@ void Decode(void) case GX_LOAD_XF_REG:
{
- u32 test = PeekFifo32(0);
u32 Cmd2 = g_pDataReader->Read32();
int dwTransferSize = ((Cmd2>>16)&15) + 1;
|
