CommonHostInterface: Move save state on exit logic to base class

This commit is contained in:
Connor McLaughlin
2021-03-03 01:14:05 +10:00
parent 7645ca3836
commit c58227752d
9 changed files with 25 additions and 35 deletions

View File

@@ -238,11 +238,7 @@ void NoGUIHostInterface::Run()
// Save state on exit so it can be resumed
if (!System::IsShutdown())
{
if (g_settings.save_state_on_exit)
SaveResumeSaveState();
DestroySystem();
}
PowerOffSystem(ShouldSaveResumeState());
}
void NoGUIHostInterface::ReportMessage(const char* message)