mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Reset "StartupSystem" to "" if the requested system doesn't exist
This commit is contained in:
parent
811e2cefdc
commit
3f9ffaa33d
|
@ -56,6 +56,9 @@ void ViewController::goToStart()
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// Requested system doesn't exist
|
||||
Settings::getInstance()->setString("StartupSystem", "");
|
||||
}
|
||||
goToSystemView(SystemData::sSystemVector.at(0));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue