Merge pull request #11996 from Dentomologist/remove_pointless_pauseandlock_functions

EXI: Remove pointless PauseAndLock functions
This commit is contained in:
Admiral H. Curtiss
2023-08-18 21:35:56 +02:00
committed by GitHub
7 changed files with 0 additions and 21 deletions

View File

@ -818,8 +818,6 @@ static bool PauseAndLock(Core::System& system, bool do_lock, bool unpause_on_unl
was_unpaused = system.GetCPU().PauseAndLock(true);
}
system.GetExpansionInterface().PauseAndLock(do_lock, false);
// audio has to come after CPU, because CPU thread can wait for audio thread (m_throttle).
system.GetDSP().GetDSPEmulator()->PauseAndLock(do_lock);