mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-18 08:00:52 -04:00
Replace calls of PauseAndLock(do_lock=false) with new function RestoreStateAndUnlock for clarity. Callers of PauseAndLock ignored the return value when do_lock is false, so RestoreStateAndUnlock doesn't need to return anything.