mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-15 06:58:37 +02:00
Fifo: only sleep once within every ms of emulated time
This commit is contained in:
@ -45,6 +45,8 @@ volatile bool interruptWaiting= false;
|
||||
volatile bool interruptTokenWaiting = false;
|
||||
volatile bool interruptFinishWaiting = false;
|
||||
|
||||
Common::Flag s_gpuMaySleep;
|
||||
|
||||
volatile u32 VITicks = CommandProcessor::m_cpClockOrigin;
|
||||
|
||||
static bool IsOnThread()
|
||||
|
Reference in New Issue
Block a user