diff options
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/CommandProcessor.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
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() { } |
