Qt: Fix booting system from context menu

This commit is contained in:
Connor McLaughlin 2020-08-23 01:39:57 +10:00
parent d3f530f96e
commit 136a9d60e9
1 changed files with 3 additions and 0 deletions

View File

@ -959,6 +959,9 @@ void QtHostInterface::loadState(const QString& filename)
return;
}
if (System::IsShutdown())
emit emulationStarting();
LoadState(filename.toStdString().c_str());
if (System::IsValid())
renderDisplay();