diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2015-09-24 05:09:41 +0200 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2015-09-24 05:09:41 +0200 |
| commit | aba083dd3a9d00210f90ec7aaca8abfd2be29218 (patch) | |
| tree | 421c63f48bd532931ccf1a28f67d7b07170d59ad /Source/Core | |
| parent | c1ee0e7829a4062b503eb36aa50d0fbeec9d5734 (diff) | |
FifoPlayer: remove leftover code
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/FifoPlayer/FifoRecordAnalyzer.cpp | 8 |
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: |
