Enable async shader compile by default

This commit is contained in:
Exzap 2024-08-07 16:18:40 +02:00
parent b52b676413
commit bf2208145b
2 changed files with 4 additions and 2 deletions

View file

@ -441,7 +441,7 @@ struct CemuConfig
ConfigValue<int> vsync{ 0 }; // 0 = off, 1+ = on depending on render backend
ConfigValue<bool> gx2drawdone_sync {true};
ConfigValue<bool> render_upside_down{ false };
ConfigValue<bool> async_compile{ false };
ConfigValue<bool> async_compile{ true };
ConfigValue<bool> vk_accurate_barriers{ true };