From 833c4335566062e2d561b19cddc8300a9fbff1ec Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Mon, 11 Mar 2019 18:35:39 +0100 Subject: [PATCH] [util] Enable relaxed barriers for Devil May Cry 5 Same engine as RE2, same ~10% performance improvement. --- 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 834fc557a..5ed1176c8 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -94,6 +94,10 @@ namespace dxvk { { "re7.exe", {{ { "d3d11.relaxedBarriers", "True" }, }} }, + /* Devil May Cry 5 */ + { "DevilMayCry5.exe", {{ + { "d3d11.relaxedBarriers", "True" }, + }} }, /* Call of Duty WW2 */ { "s2_sp64_ship.exe", {{ { "dxgi.nvapiHack", "False" },