Fifo: Use SyncGPU timings for single core.

This commit is contained in:
degasus
2016-01-10 12:18:45 +01:00
parent 22b5d89bf1
commit 735da0ed69
3 changed files with 100 additions and 68 deletions

View File

@ -268,8 +268,7 @@ void RegisterMMIO(MMIO::Mapping* mmio, u32 base)
void GatherPipeBursted()
{
if (IsOnThread())
SetCPStatusFromCPU();
SetCPStatusFromCPU();
// if we aren't linked, we don't care about gather pipe data
if (!m_CPCtrlReg.GPLinkEnable)