From 51bd84368c3c4ec02c0fc5e1798c6f5d9dcc2fbe Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Thu, 11 Jun 2020 22:05:41 +0200 Subject: [PATCH] [util] Disable relaxed barrier option for RE7 Introduces lighting glitches in some places. --- src/util/config/config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 11080a0e..3f1a481a 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -76,8 +76,8 @@ namespace dxvk { { R"(\\ffxiv_dx11\.exe$)", {{ { "d3d11.enableRtOutputNanFixup", "True" }, }} }, - /* Resident Evil 2/3/7: Ignore WaW hazards */ - { R"(\\re(2|3|3demo|7|7trial)\.exe$)", {{ + /* Resident Evil 2/3: Ignore WaW hazards */ + { R"(\\re(2|3|3demo)\.exe$)", {{ { "d3d11.relaxedBarriers", "True" }, }} }, /* Devil May Cry 5 */