From 4c5f8f9c91944bca59db737ce7658a06f7673bd6 Mon Sep 17 00:00:00 2001 From: degasus Date: Tue, 1 Mar 2016 22:43:19 +0100 Subject: CoreTiming: Drop ProcessFifoWaitEvents. globalTimer is only written in Advance, so this function has no function. --- Source/Core/VideoCommon/CommandProcessor.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp') diff --git a/Source/Core/VideoCommon/CommandProcessor.cpp b/Source/Core/VideoCommon/CommandProcessor.cpp index 878c3370c5..fe53ffe8fe 100644 --- a/Source/Core/VideoCommon/CommandProcessor.cpp +++ b/Source/Core/VideoCommon/CommandProcessor.cpp @@ -276,7 +276,6 @@ void GatherPipeBursted() if (IsOnThread()) SetCPStatusFromCPU(); - ProcessFifoEvents(); // if we aren't linked, we don't care about gather pipe data if (!m_CPCtrlReg.GPLinkEnable) { @@ -454,13 +453,6 @@ void SetCPStatusFromCPU() } } -void ProcessFifoEvents() -{ - if (IsOnThread() && (s_interrupt_waiting.load() || s_interrupt_finish_waiting.load() || - s_interrupt_token_waiting.load())) - CoreTiming::ProcessFifoWaitEvents(); -} - void Shutdown() { } -- cgit v1.2.3