GUI: Add GUI option to always return to the Launcher instead of quitting
ScummVM
This commit is contained in:
parent
663a07c689
commit
4ee02f869c
23 changed files with 132 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue