mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-10 13:38:54 -06:00
Replace call of CPUManager::PauseAndLock(do_lock=false) with new function RestoreStateAndUnlock for clarity. Callers of Core::PauseAndLock ignore the return value when do_lock is false, so in that case was_unpaused in Core::PauseAndLock doesn't need to be set and so RestoreStateAndUnlock doesn't need to return anything.