Qt: Fix booting system from context menu
This commit is contained in:
@@ -959,6 +959,9 @@ void QtHostInterface::loadState(const QString& filename)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (System::IsShutdown())
|
||||||
|
emit emulationStarting();
|
||||||
|
|
||||||
LoadState(filename.toStdString().c_str());
|
LoadState(filename.toStdString().c_str());
|
||||||
if (System::IsValid())
|
if (System::IsValid())
|
||||||
renderDisplay();
|
renderDisplay();
|
||||||
|
|||||||
Reference in New Issue
Block a user