mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:55:46 -04:00
Qt: Fix booting system from context menu
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user