mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
sync with scummvm
This commit is contained in:
@@ -65,6 +65,9 @@ static const char HELP_STRING[] =
|
||||
" -z, --list-games Display list of supported games and exit\n"
|
||||
" -t, --list-targets Display list of configured targets and exit\n"
|
||||
" --list-saves=TARGET Display a list of savegames for the game (TARGET) specified\n"
|
||||
#if defined (WIN32) && !defined(_WIN32_WCE) && !defined(__SYMBIAN32__)
|
||||
" --console Enable the console window (default:enabled)\n"
|
||||
#endif
|
||||
"\n"
|
||||
" -c, --config=CONFIG Use alternate configuration file\n"
|
||||
" -p, --path=PATH Path to where the game is installed\n"
|
||||
@@ -141,15 +144,19 @@ void registerDefaults() {
|
||||
ConfMan.registerDefault("enable_gs", false);
|
||||
ConfMan.registerDefault("midi_gain", 100);
|
||||
|
||||
ConfMan.registerDefault("music_driver", "auto");
|
||||
ConfMan.registerDefault("mt32_device", "null");
|
||||
ConfMan.registerDefault("gm_device", "null");
|
||||
|
||||
ConfMan.registerDefault("cdrom", 0);
|
||||
|
||||
ConfMan.registerDefault("enable_unsupported_game_warning", true);
|
||||
|
||||
// Game specific
|
||||
ConfMan.registerDefault("path", "");
|
||||
ConfMan.registerDefault("platform", Common::kPlatformPC);
|
||||
ConfMan.registerDefault("language", "en");
|
||||
ConfMan.registerDefault("save_slot", -1);
|
||||
ConfMan.registerDefault("autosave_period", 5 * 60); // By default, trigger autosave every 5 minutes
|
||||
|
||||
ConfMan.registerDefault("dimuse_tempo", 10);
|
||||
|
||||
Reference in New Issue
Block a user