mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 22:05: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;
|
||||
}
|
||||
|
||||
if (System::IsShutdown())
|
||||
emit emulationStarting();
|
||||
|
||||
LoadState(filename.toStdString().c_str());
|
||||
if (System::IsValid())
|
||||
renderDisplay();
|
||||
|
|
Loading…
Reference in a new issue