Savestates: Move "Start Paused" setting to UI

This commit is contained in:
Eladash 2022-11-04 19:15:53 +02:00 committed by Megamouse
parent a00f9e4211
commit 69368d972d
7 changed files with 15 additions and 9 deletions

View file

@ -2644,13 +2644,6 @@ std::shared_ptr<utils::serial> Emulator::Kill(bool allow_autoexit, bool savestat
m_ar.reset();
read_used_savestate_versions();
if (savestate && !g_cfg.savestate.suspend_emu)
{
to_ar.reset();
BootGame(m_path);
return to_ar;
}
// Always Enable display sleep, not only if it was prevented.
enable_display_sleep();