summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2015-09-24 05:09:41 +0200
committerTillmann Karras <tilkax@gmail.com>2015-09-24 05:09:41 +0200
commitaba083dd3a9d00210f90ec7aaca8abfd2be29218 (patch)
tree421c63f48bd532931ccf1a28f67d7b07170d59ad /Source/Core
parentc1ee0e7829a4062b503eb36aa50d0fbeec9d5734 (diff)
FifoPlayer: remove leftover code
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/FifoPlayer/FifoRecordAnalyzer.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/Source/Core/Core/FifoPlayer/FifoRecordAnalyzer.cpp b/Source/Core/Core/FifoPlayer/FifoRecordAnalyzer.cpp
index 754e2d87d2..e92b94e8d8 100644
--- a/Source/Core/Core/FifoPlayer/FifoRecordAnalyzer.cpp
+++ b/Source/Core/Core/FifoPlayer/FifoRecordAnalyzer.cpp
@@ -94,12 +94,8 @@ void FifoRecordAnalyzer::DecodeOpcode(u8* data)
break;
case GX_LOAD_BP_REG:
- {
- m_DrawingObject = false;
-
- u32 cmd2 = ReadFifo32(data);
- BPCmd bp = FifoAnalyzer::DecodeBPCmd(cmd2, *m_BpMem);
- }
+ m_DrawingObject = false;
+ ReadFifo32(data);
break;
default: