diff --git a/src/gui/GeneralSettings2.cpp b/src/gui/GeneralSettings2.cpp index d463c8ca..08d020f9 100644 --- a/src/gui/GeneralSettings2.cpp +++ b/src/gui/GeneralSettings2.cpp @@ -1418,7 +1418,12 @@ 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"));