mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
Use software blitting on Windows by default
This commit is contained in:
parent
f38789371b
commit
4ef68693f6
1 changed files with 4 additions and 0 deletions
|
@ -119,7 +119,11 @@ void Config::read(int argc, char *argv[]) {
|
||||||
{"syncToRefreshrate", false},
|
{"syncToRefreshrate", false},
|
||||||
{"solidFonts", false},
|
{"solidFonts", false},
|
||||||
{"subImageFix", false},
|
{"subImageFix", false},
|
||||||
|
#ifdef __WIN32__
|
||||||
|
{"enableBlitting", false},
|
||||||
|
#else
|
||||||
{"enableBlitting", true},
|
{"enableBlitting", true},
|
||||||
|
#endif
|
||||||
{"maxTextureSize", 0},
|
{"maxTextureSize", 0},
|
||||||
{"gameFolder", ""},
|
{"gameFolder", ""},
|
||||||
{"anyAltToggleFS", false},
|
{"anyAltToggleFS", false},
|
||||||
|
|
Loading…
Add table
Reference in a new issue