Mistakes in configuration options

This commit is contained in:
Struma 2021-01-06 04:05:51 -05:00 committed by Roza
parent 93d8cdf418
commit 487bc4b7ed

View file

@ -64,9 +64,9 @@ void Config::read(int argc, char *argv[]) {
{"defScreenW", 0}, {"defScreenW", 0},
{"defScreenH", 0}, {"defScreenH", 0},
{"windowTitle", ""}, {"windowTitle", ""},
{"fixedFramerate", false}, {"fixedFramerate", 0},
{"frameSkip", false}, {"frameSkip", false},
{"syncToRefreshRate", false}, {"syncToRefreshrate", false},
{"solidFonts", false}, {"solidFonts", false},
{"subImageFix", false}, {"subImageFix", false},
{"enableBlitting", true}, {"enableBlitting", true},