Skip to content

Commit

Permalink
Merge pull request #3085 from Tilka/fifoplayer
Browse files Browse the repository at this point in the history
FifoPlayer: remove leftover code
  • Loading branch information
phire committed Sep 24, 2015
2 parents c1ee0e7 + aba083d commit 6eb0c25
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Source/Core/Core/FifoPlayer/FifoRecordAnalyzer.cpp
Expand Up @@ -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:
Expand Down

0 comments on commit 6eb0c25

Please sign in to comment.