diff options
| author | degasus <wickmarkus@web.de> | 2016-01-10 12:18:45 +0100 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2016-09-17 16:25:13 +0200 |
| commit | 735da0ed69c2254b815444f0e3754a10a10855a6 (patch) | |
| tree | 05d8a08d2cea7199899304d41cfc475dcf10b586 /Source/Core/VideoCommon/CommandProcessor.cpp | |
| parent | 22b5d89bf15e22de63264771c1f373519ea5cc25 (diff) | |
Fifo: Use SyncGPU timings for single core.
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/CommandProcessor.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/CommandProcessor.cpp b/Source/Core/VideoCommon/CommandProcessor.cpp index 32095d57b2..d038b382c6 100644 --- a/Source/Core/VideoCommon/CommandProcessor.cpp +++ b/Source/Core/VideoCommon/CommandProcessor.cpp @@ -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) |
