From 5c3d0c6836b13d302c0f5a03acd41307db883fba Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Fri, 3 Apr 2020 02:58:59 +0200 Subject: [PATCH] [util] Enable d3d11.relaxedBarriers option for Resident Evil 3 --- src/util/config/config.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index cc625e7a..162f5d6d 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -76,12 +76,8 @@ namespace dxvk { { R"(\\ffxiv_dx11\.exe$)", {{ { "d3d11.enableRtOutputNanFixup", "True" }, }} }, - /* Resident Evil 2: Improve GPU performance */ - { R"(\\re2\.exe$)", {{ - { "d3d11.relaxedBarriers", "True" }, - }} }, - /* Resident Evil 7 */ - { R"(\\re7\.exe$)", {{ + /* Resident Evil 2/3/7: Ignore WaW hazards */ + { R"(\\re(2|3|3demo|7|7trial)\.exe$)", {{ { "d3d11.relaxedBarriers", "True" }, }} }, /* Devil May Cry 5 */