(macOS) Set the Monterey VSync workaround setting as enabled by default.

This commit is contained in:
Leon Styhre 2021-12-01 18:05:43 +01:00
parent a2253113f7
commit 3516ee7a26

View file

@ -237,7 +237,7 @@ void Settings::setDefaults()
mBoolMap["HideTaskbar"] = {false, false}; mBoolMap["HideTaskbar"] = {false, false};
#endif #endif
#if defined(__APPLE__) #if defined(__APPLE__)
mBoolMap["VSyncWorkaround"] = {false, false}; mBoolMap["VSyncWorkaround"] = {true, true};
#endif #endif
mBoolMap["RunInBackground"] = {false, false}; mBoolMap["RunInBackground"] = {false, false};
#if defined(_WIN64) #if defined(_WIN64)