mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-11 14:08:59 -06: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.