mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-10 17:05:33 +02:00
Mistakes in configuration options
This commit is contained in:
parent
55778aa644
commit
f3817bff55
1 changed files with 2 additions and 2 deletions
|
@ -64,9 +64,9 @@ void Config::read(int argc, char *argv[]) {
|
|||
{"defScreenW", 0},
|
||||
{"defScreenH", 0},
|
||||
{"windowTitle", ""},
|
||||
{"fixedFramerate", false},
|
||||
{"fixedFramerate", 0},
|
||||
{"frameSkip", false},
|
||||
{"syncToRefreshRate", false},
|
||||
{"syncToRefreshrate", false},
|
||||
{"solidFonts", false},
|
||||
{"subImageFix", false},
|
||||
{"enableBlitting", true},
|
||||
|
|
Loading…
Add table
Reference in a new issue