mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
FifoPlayer: remove leftover code
This commit is contained in:
parent
c1ee0e7829
commit
aba083dd3a
1 changed files with 2 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue