mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 06:21:19 +12:00
Enable async shader compile by default
This commit is contained in:
parent
b52b676413
commit
bf2208145b
2 changed files with 4 additions and 2 deletions
|
@ -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 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue