diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 1da779e97..54e4acb7b 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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 */