diff options
| author | degasus <wickmarkus@web.de> | 2016-03-01 22:43:19 +0100 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2016-06-26 11:29:25 +0200 |
| commit | 4c5f8f9c91944bca59db737ce7658a06f7673bd6 (patch) | |
| tree | 1bd5405c5bd61aa71d8dba537252fb04a702f7b6 /Source/Core/VideoCommon/CommandProcessor.cpp | |
| parent | 2776bcbf55ccc256fd7b43008ee4349d59739cff (diff) | |
CoreTiming: Drop ProcessFifoWaitEvents.
globalTimer is only written in Advance, so this function has no function.
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() { } |
