mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-18 08:00:52 -04:00
PauseAndLock is now only called with do_lock=true, and unpause_on_unlock only ever was used when do_lock is false (which is now handled in RestoreStateAndUnlock instead), so both parameters are unnecessary.