diff options
| author | degasus <wickmarkus@web.de> | 2015-05-27 20:53:09 +0200 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2015-05-30 12:58:09 +0200 |
| commit | 02a3a063c346cf0372a51d4f1133dc436e9b22c0 (patch) | |
| tree | 5a9dbcfd46961469fdecfd8a04b30374314314de /Source/Core/VideoCommon/CommandProcessor.cpp | |
| parent | ff29ffeb66a034937132bba196d2577b4e3e2173 (diff) | |
Fifo: Extract syncing loop
It's now a new helper function within common.
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/CommandProcessor.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/CommandProcessor.cpp b/Source/Core/VideoCommon/CommandProcessor.cpp index 449e99982f..88b16afe7e 100644 --- a/Source/Core/VideoCommon/CommandProcessor.cpp +++ b/Source/Core/VideoCommon/CommandProcessor.cpp @@ -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; |
