mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
BASE: Always set a default value for the vsync config key
This commit is contained in:
committed by
Paweł Kołodziejski
parent
ce4f49966c
commit
65a09ee0fa
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user