Core: Remove pointless call to FifoManager::PauseAndLock

FifoManager::PauseAndLock doesn't do anything when doLock and
unpauseOnUnlock are both false, so remove the call.
This commit is contained in:
Dentomologist 2023-06-04 14:30:38 -07:00
parent 2d888ea4d3
commit f628a979c4

View File

@ -799,7 +799,6 @@ static void RestoreStateAndUnlock(Core::System& system, const bool unpause_on_un
return;
system.GetDSP().GetDSPEmulator()->PauseAndLock(false);
system.GetFifo().PauseAndLock(false, false);
ResetRumble();
// CPU is unlocked last because CPU::RestoreStateAndUnlock contains the synchronization mechanism