mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +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;
|
break;
|
||||||
|
|
||||||
case GX_LOAD_BP_REG:
|
case GX_LOAD_BP_REG:
|
||||||
{
|
m_DrawingObject = false;
|
||||||
m_DrawingObject = false;
|
ReadFifo32(data);
|
||||||
|
|
||||||
u32 cmd2 = ReadFifo32(data);
|
|
||||||
BPCmd bp = FifoAnalyzer::DecodeBPCmd(cmd2, *m_BpMem);
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue