mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 06:48:33 +00:00
VideoCommon: fifo cleanups
This commit is contained in:
parent
27f984c02e
commit
4b22885ed8
4 changed files with 48 additions and 45 deletions
|
@ -40,5 +40,5 @@ extern bool g_bRecordFifoData;
|
|||
|
||||
void OpcodeDecoder_Init();
|
||||
void OpcodeDecoder_Shutdown();
|
||||
u32 OpcodeDecoder_Run(u8* end, bool in_display_list);
|
||||
void OpcodeDecoder_Preprocess(u8* end, bool in_display_list);
|
||||
u8* OpcodeDecoder_Run(u8* start, u8* end, u32* cycles, bool in_display_list);
|
||||
u8* OpcodeDecoder_Preprocess(u8* start, u8* end, bool in_display_list);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue