Use software blitting on Windows by default

This commit is contained in:
Struma 2022-04-02 20:25:15 -04:00
parent f38789371b
commit 4ef68693f6

View file

@ -119,7 +119,11 @@ void Config::read(int argc, char *argv[]) {
{"syncToRefreshrate", false},
{"solidFonts", false},
{"subImageFix", false},
#ifdef __WIN32__
{"enableBlitting", false},
#else
{"enableBlitting", true},
#endif
{"maxTextureSize", 0},
{"gameFolder", ""},
{"anyAltToggleFS", false},