mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-26 16:15:39 +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;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Requested system doesn't exist
|
||||||
|
Settings::getInstance()->setString("StartupSystem", "");
|
||||||
}
|
}
|
||||||
goToSystemView(SystemData::sSystemVector.at(0));
|
goToSystemView(SystemData::sSystemVector.at(0));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue