BASE: Always set a default value for the vsync config key

This commit is contained in:
Cameron Cawley
2020-05-15 15:48:08 +02:00
committed by Paweł Kołodziejski
parent ce4f49966c
commit 65a09ee0fa
3 changed files with 1 additions and 2 deletions
+1
View File
@@ -260,6 +260,7 @@ void registerDefaults() {
ConfMan.registerDefault("show_fps", false);
ConfMan.registerDefault("dirtyrects", true);
ConfMan.registerDefault("bpp", 0);
ConfMan.registerDefault("vsync", true);
// ResidualVM specific end
// Sound & Music