From 02a3a063c346cf0372a51d4f1133dc436e9b22c0 Mon Sep 17 00:00:00 2001 From: degasus Date: Wed, 27 May 2015 20:53:09 +0200 Subject: Fifo: Extract syncing loop It's now a new helper function within common. --- Source/Core/VideoCommon/CommandProcessor.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp') 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 s_interrupt_finish_waiting; static std::atomic s_vi_ticks(CommandProcessor::m_cpClockOrigin); -Common::Flag s_gpuMaySleep; - static bool IsOnThread() { return SConfig::GetInstance().m_LocalCoreStartupParameter.bCPUThread; -- cgit v1.2.3