diff options
| author | Markus Wick <degasus@users.noreply.github.com> | 2016-09-27 10:33:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-27 10:33:47 +0200 |
| commit | 9525a9e048801c6dd8e8e0a10dd919c7a9114bc5 (patch) | |
| tree | 90cc1da6250052ce5d7f6bd2b6988279f84196d3 /Source/Core/VideoCommon/CommandProcessor.cpp | |
| parent | 8afba3060357d48022e0873bbe0df492eb26954f (diff) | |
| parent | 735da0ed69c2254b815444f0e3754a10a10855a6 (diff) | |
Merge pull request #3490 from degasus/singlecore
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) |
