From 75d0b1af9683a63aa4c0af39246bba93610c7d50 Mon Sep 17 00:00:00 2001 From: Kassin Dornelles Date: Wed, 20 Jul 2022 04:50:52 -0300 Subject: [PATCH] [util] Remove Resident Evil 6 workaround It's actually making things worse, so better use the default path --- src/util/config/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index b4bb740c7..254c6f71c 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -512,7 +512,7 @@ namespace dxvk { { "d3d9.floatEmulation", "Strict" }, }} }, /* Resident Evil games */ - { R"(\\(rerev|rerev2|re0hd|bhd|re5dx9|BH6)\.exe$)", {{ + { R"(\\(rerev|rerev2|re0hd|bhd|re5dx9)\.exe$)", {{ { "d3d9.allowDirectBufferMapping", "False" }, }} }, /* Limbo */