FifoPlayer: remove leftover code

This commit is contained in:
Tillmann Karras 2015-09-24 05:09:41 +02:00
parent c1ee0e7829
commit aba083dd3a
1 changed files with 2 additions and 6 deletions

View File

@ -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);
}
ReadFifo32(data);
break;
default: