mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Fifo: Extract syncing loop
It's now a new helper function within common.
This commit is contained in:
parent
ff29ffeb66
commit
02a3a063c3
9 changed files with 212 additions and 71 deletions
|
@ -49,8 +49,6 @@ static std::atomic<bool> s_interrupt_finish_waiting;
|
|||
|
||||
static std::atomic<u32> s_vi_ticks(CommandProcessor::m_cpClockOrigin);
|
||||
|
||||
Common::Flag s_gpuMaySleep;
|
||||
|
||||
static bool IsOnThread()
|
||||
{
|
||||
return SConfig::GetInstance().m_LocalCoreStartupParameter.bCPUThread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue