mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-14 04:29:15 +01:00
[util] Enable zeroInitWorkgroupMemory for Far Cry 5 and New Dawn
This commit is contained in:
parent
efb9d444c1
commit
07397305f1
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user