From 3516ee7a26856f491007c78d8a9a88d2300be634 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Wed, 1 Dec 2021 18:05:43 +0100 Subject: [PATCH] (macOS) Set the Monterey VSync workaround setting as enabled by default. --- es-core/src/Settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-core/src/Settings.cpp b/es-core/src/Settings.cpp index 662d4eb05..68814e5b3 100644 --- a/es-core/src/Settings.cpp +++ b/es-core/src/Settings.cpp @@ -237,7 +237,7 @@ void Settings::setDefaults() mBoolMap["HideTaskbar"] = {false, false}; #endif #if defined(__APPLE__) - mBoolMap["VSyncWorkaround"] = {false, false}; + mBoolMap["VSyncWorkaround"] = {true, true}; #endif mBoolMap["RunInBackground"] = {false, false}; #if defined(_WIN64)