1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-13 19:29:14 +01:00

[util] Enable zeroInitWorkgroupMemory for Far Cry 5 and New Dawn

This commit is contained in:
Blisto91 2025-01-11 16:08:29 +01:00 committed by Philip Rebohle
parent efb9d444c1
commit 07397305f1

View File

@ -465,6 +465,11 @@ namespace dxvk {
{ R"(\\Varstray_steam(_demo)?\.exe$)", {{
{ "dxgi.maxFrameRate", "60" },
}} },
/* Far Cry 5 and New Dawn *
* Invisible terrain on Intel */
{ R"(\\FarCry(5|NewDawn)\.exe$)", {{
{ "d3d11.zeroInitWorkgroupMemory", "True" },
}} },
/**********************************************/
/* D3D9 GAMES */