diff options
author | SupSuper | 2018-11-22 16:26:04 +0000 |
---|---|---|
committer | Thierry Crozat | 2018-12-16 10:48:13 +0000 |
commit | fc504996d3ecb828b4f47477911c9449ae8779a6 (patch) | |
tree | 412a2042da7eb12992fc289f9ca537983b870846 /base | |
parent | 7bff9176d582c9c59a341d1a6fbe8ddb4f04e575 (diff) | |
download | scummvm-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.cpp | 1 |
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 |