mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-18 10:50:05 +00: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.