mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
GUI: workaround for "unsupported game" dialogue
This sendCommand() call interrupts the "this game is unsupported" call,
causing it to automatically cancel.
Fixes a bug introduced by 8cda1fe870
.
This commit is contained in:
parent
18113a0b6c
commit
c3af8f0a7f
@ -89,6 +89,7 @@ GuiManager::GuiManager() : CommandSender(nullptr), _redrawStatus(kRedrawDisabled
|
||||
|
||||
initTextToSpeech();
|
||||
initIconsSet();
|
||||
_iconsSetChanged = false;
|
||||
|
||||
ConfMan.registerDefault("gui_theme", "scummremastered");
|
||||
Common::String themefile(ConfMan.get("gui_theme"));
|
||||
|
Loading…
Reference in New Issue
Block a user