From f6380fa152e270c1d114d4d35f597c3ff07e056b Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Fri, 8 Feb 2019 01:38:03 +0100 Subject: [PATCH] [util] Enable relaxed barriers for Resident Evil 2 Improves performance by up to 10% when GPU-bound. --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 5131acc0..7826eefd 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -68,6 +68,10 @@ namespace dxvk { { "FIFA19_demo.exe", {{ { "dxvk.useRawSsbo", "True" }, }} }, + /* Resident Evil 2: Improve GPU performance */ + { "re2.exe", {{ + { "d3d11.relaxedBarriers", "True" }, + }} }, /* Call of Duty WW2 */ { "s2_sp64_ship.exe", {{ { "dxgi.nvapiHack", "False" },