diff options
| author | comex <comexk@gmail.com> | 2015-06-02 20:19:00 -0400 |
|---|---|---|
| committer | comex <comexk@gmail.com> | 2015-06-02 20:19:00 -0400 |
| commit | 0c5aa5460612464e49c7e2510d64e78759d2c49c (patch) | |
| tree | 78a6a1bfea79b01ed875cf46c7080e9a0fd1f891 /Source/Core/VideoCommon/CommandProcessor.cpp | |
| parent | 00cbc7c7c7d0f6dbd76158ad6d5a3775c9e03d90 (diff) | |
| parent | 9c730b0a1f50b32348b28d14726ad88bbae691d0 (diff) | |
Merge pull request #2470 from degasus/syncgpu
Common: Blocking Loop (extracted from Fifo.cpp)
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; |
