mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(macOS) Set the Monterey VSync workaround setting as enabled by default.
This commit is contained in:
parent
a2253113f7
commit
3516ee7a26
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue