mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 06:15:38 +00:00
Qt: Fix booting system from context menu
This commit is contained in:
parent
d3f530f96e
commit
136a9d60e9
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue