diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2014-07-13 02:16:51 +0200 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2014-07-13 02:16:51 +0200 |
| commit | 0ccee6c87b78843caf4bb0dce48a46144e05f69e (patch) | |
| tree | 6f709cf3703ccc1d8213daef5ef7fca03e64cc3f /Source/Core/VideoCommon/PixelEngine.cpp | |
| parent | 99d4ab0b7197c9647932074b54a34ffea1977940 (diff) | |
Fix warnings unearthed by #579
Diffstat (limited to 'Source/Core/VideoCommon/PixelEngine.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/PixelEngine.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Core/VideoCommon/PixelEngine.cpp b/Source/Core/VideoCommon/PixelEngine.cpp index a66dd5ee98..5e049e3b18 100644 --- a/Source/Core/VideoCommon/PixelEngine.cpp +++ b/Source/Core/VideoCommon/PixelEngine.cpp @@ -252,11 +252,6 @@ void RegisterMMIO(MMIO::Mapping* mmio, u32 base) } } -static bool AllowIdleSkipping() -{ - return !SConfig::GetInstance().m_LocalCoreStartupParameter.bCPUThread || (!m_Control.PETokenEnable && !m_Control.PEFinishEnable); -} - void UpdateInterrupts() { // check if there is a token-interrupt |
