mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 23:26:44 +00:00
BASE: Fix infinite loop upon trying to play a game and not finding the engine
A regression from f74ba29753
This commit is contained in:
parent
877474cd32
commit
bab1afa6cc
@ -552,6 +552,9 @@ extern "C" int scummvm_main(int argc, const char * const argv[]) {
|
||||
PluginManager::instance().loadAllPlugins(); // only for cached manager
|
||||
} else {
|
||||
GUI::displayErrorDialog(_("Could not find any engine capable of running the selected game"));
|
||||
|
||||
// Clear the active domain
|
||||
ConfMan.setActiveDomain("");
|
||||
}
|
||||
|
||||
// reset the graphics to default
|
||||
|
Loading…
Reference in New Issue
Block a user