From f80347d9a90f3eb33900c1d01c2237ebbd8c1232 Mon Sep 17 00:00:00 2001 From: Kassin Dornelles Date: Sat, 20 Aug 2022 17:49:35 -0300 Subject: [PATCH] [util] Remove RE:REV2 and RE5 workarounds There's no real impact, it doesn't fix stuttering (for non-GPL drivers) and since GPL got merged this is not needed anymore --- 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 1636c4017..ea4629b87 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -504,8 +504,8 @@ namespace dxvk { { R"(\\BBCF\.exe$)", {{ { "d3d9.floatEmulation", "Strict" }, }} }, - /* Resident Evil games */ - { R"(\\(rerev|rerev2|re0hd|bhd|re5dx9)\.exe$)", {{ + /* Resident Evil games using MT Framework */ + { R"(\\(rerev|re0hd|bhd)\.exe$)", {{ { "d3d9.allowDirectBufferMapping", "False" }, }} }, /* Limbo */