mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-12 21:31:39 +00:00
Fifo: only sleep once within every ms of emulated time
This commit is contained in:
parent
b020ae1c5d
commit
d2c62b1744
4 changed files with 15 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue