diff options
Diffstat (limited to 'base/commandLine.cpp')
-rw-r--r-- | base/commandLine.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp index e34cde4779..61853a1ebc 100644 --- a/base/commandLine.cpp +++ b/base/commandLine.cpp @@ -186,6 +186,8 @@ void registerDefaults() { ConfMan.registerDefault("cdrom", 0); + ConfMan.registerDefault("enable_unsupported_game_warning", true); + // Game specific ConfMan.registerDefault("path", ""); ConfMan.registerDefault("platform", Common::kPlatformPC); |