GUI: Add GUI option to always return to the Launcher instead of quitting

ScummVM
This commit is contained in:
Lothar Serra Mari 2020-11-26 23:02:41 +01:00 committed by Thierry Crozat
parent 663a07c689
commit 4ee02f869c
23 changed files with 132 additions and 9 deletions

View file

@ -312,6 +312,7 @@ void registerDefaults() {
ConfMan.registerDefault("gui_browser_show_hidden", false);
ConfMan.registerDefault("gui_browser_native", true);
ConfMan.registerDefault("gui_return_to_launcher_at_exit", false);
// Specify threshold for scanning directories in the launcher
// If number of game entries in scummvm.ini exceeds the specified
// number, then skip scanning. -1 = scan always