mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
VideoCommon: rewrite frame skipping code
This commit is contained in:
@ -11,7 +11,7 @@ class PointerWrap;
|
||||
|
||||
#define FIFO_SIZE (2*1024*1024)
|
||||
|
||||
extern volatile bool g_bSkipCurrentFrame;
|
||||
extern bool g_bSkipCurrentFrame;
|
||||
|
||||
|
||||
void Fifo_Init();
|
||||
|
Reference in New Issue
Block a user