From 25fb5f8b8a576974fcd66b8385a0268b20f14400 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Sat, 11 Jan 2025 16:08:29 +0100 Subject: [PATCH] [util] Enable zeroInitWorkgroupMemory for Far Cry 5 and New Dawn --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 1da779e978e..54e4acb7b0a 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 */