From 18a266155f95de398627fbab25851994198fa313 Mon Sep 17 00:00:00 2001 From: Tillsunset Date: Wed, 8 Mar 2023 01:40:27 -0600 Subject: [PATCH] Revert "Force async compile off for macos (#532)" This reverts commit 523a0e1706d5c400103ef00172b9923a943954b3. --- src/gui/GeneralSettings2.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/gui/GeneralSettings2.cpp b/src/gui/GeneralSettings2.cpp index cfce5f89..93d70128 100644 --- a/src/gui/GeneralSettings2.cpp +++ b/src/gui/GeneralSettings2.cpp @@ -1447,12 +1447,7 @@ void GeneralSettings2::HandleGraphicsApiSelection() { // Vulkan m_gx2drawdone_sync->Disable(); -#if BOOST_OS_MACOS - m_async_compile->Disable(); - m_async_compile->SetValue(false); -#else m_async_compile->Enable(); -#endif m_vsync->AppendString(_("Off")); m_vsync->AppendString(_("Double buffering"));