Merge branch 'main' into metal

This commit is contained in:
SamoZ256 2024-08-12 10:40:53 +02:00 committed by GitHub
commit 8496fc1574
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 35 additions and 31 deletions

View file

@ -442,7 +442,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 };