mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user