aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorSupSuper2018-11-22 16:26:04 +0000
committerThierry Crozat2018-12-16 10:48:13 +0000
commitfc504996d3ecb828b4f47477911c9449ae8779a6 (patch)
tree412a2042da7eb12992fc289f9ca537983b870846 /base
parent7bff9176d582c9c59a341d1a6fbe8ddb4f04e575 (diff)
downloadscummvm-rg350-fc504996d3ecb828b4f47477911c9449ae8779a6.tar.gz
scummvm-rg350-fc504996d3ecb828b4f47477911c9449ae8779a6.tar.bz2
scummvm-rg350-fc504996d3ecb828b4f47477911c9449ae8779a6.zip
GUI: Allow user to opt between GUI browser and native browser
Diffstat (limited to 'base')
-rw-r--r--base/commandLine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index 3019998f09..b4a9174802 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -284,6 +284,7 @@ void registerDefaults() {
ConfMan.registerDefault("gui_saveload_last_pos", "0");
ConfMan.registerDefault("gui_browser_show_hidden", false);
+ ConfMan.registerDefault("gui_browser_native", true);
ConfMan.registerDefault("game", "");
#ifdef USE_FLUIDSYNTH