mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
OpcodeDecoder: Skip recursiv display lists
This commit is contained in:
parent
e47bfc2788
commit
90613a1bda
3 changed files with 25 additions and 16 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue