mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-23 04:41:54 -05:00
OpcodeDecoder: Skip recursiv display lists
This commit is contained in:
@@ -40,5 +40,5 @@ extern bool g_bRecordFifoData;
|
||||
|
||||
void OpcodeDecoder_Init();
|
||||
void OpcodeDecoder_Shutdown();
|
||||
u32 OpcodeDecoder_Run(u8* end);
|
||||
void OpcodeDecoder_Preprocess(u8* write_ptr);
|
||||
u32 OpcodeDecoder_Run(u8* end, bool in_display_list);
|
||||
void OpcodeDecoder_Preprocess(u8* end, bool in_display_list);
|
||||
|
||||
Reference in New Issue
Block a user