CoreTiming: Drop ProcessFifoWaitEvents.

globalTimer is only written in Advance, so this function has no function.
This commit is contained in:
degasus
2016-03-01 22:43:19 +01:00
parent 2776bcbf55
commit 4c5f8f9c91
4 changed files with 0 additions and 37 deletions

View File

@ -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()
{
}