mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Fifo: Use SyncGPU timings for single core.
This commit is contained in:
parent
22b5d89bf1
commit
735da0ed69
3 changed files with 100 additions and 68 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue