mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-10 13:38:54 -06: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.