mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-30 03:55:40 +00:00
Merge pull request #487 from tomaz82/StartupSystem_fix
Reset "StartupSystem" to "" if the requested system doesn't exist
This commit is contained in:
commit
4ce357c267
|
@ -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