mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-25 10:36:55 +01:00
Revert "Force async compile off for macos (#532)"
This reverts commit 523a0e1706
.
This commit is contained in:
parent
823386cc09
commit
18a266155f
@ -1447,12 +1447,7 @@ void GeneralSettings2::HandleGraphicsApiSelection()
|
|||||||
{
|
{
|
||||||
// Vulkan
|
// Vulkan
|
||||||
m_gx2drawdone_sync->Disable();
|
m_gx2drawdone_sync->Disable();
|
||||||
#if BOOST_OS_MACOS
|
|
||||||
m_async_compile->Disable();
|
|
||||||
m_async_compile->SetValue(false);
|
|
||||||
#else
|
|
||||||
m_async_compile->Enable();
|
m_async_compile->Enable();
|
||||||
#endif
|
|
||||||
|
|
||||||
m_vsync->AppendString(_("Off"));
|
m_vsync->AppendString(_("Off"));
|
||||||
m_vsync->AppendString(_("Double buffering"));
|
m_vsync->AppendString(_("Double buffering"));
|
||||||
|
Loading…
Reference in New Issue
Block a user