diff options
| author | Scott Mansell <phiren@gmail.com> | 2016-06-26 22:13:05 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-26 22:13:05 +1200 |
| commit | b16333a25cc0d8396f71fa1e410484026adea964 (patch) | |
| tree | b9cb0edee44a22b59c03626e6a97638f9fb119c2 /Source/Core/VideoCommon/CommandProcessor.cpp | |
| parent | ee9e3432cb980ff75b40b40b9f5729fa25a68fc2 (diff) | |
| parent | ca96302a36665e3442a93517babc478b1e4f06b2 (diff) | |
Merge pull request #3716 from degasus/coretiming
CoreTiming: Drop ProcessFifoWaitEvents.
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() { } |
