mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
VideoCommon: rewrite frame skipping code
This commit is contained in:
@ -38,4 +38,4 @@ extern bool g_bRecordFifoData;
|
||||
|
||||
void OpcodeDecoder_Init();
|
||||
void OpcodeDecoder_Shutdown();
|
||||
u32 OpcodeDecoder_Run(bool skipped_frame, u8* end);
|
||||
u32 OpcodeDecoder_Run(u8* end);
|
||||
|
Reference in New Issue
Block a user