1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-14 22:29:15 +01:00

[util] Remove Resident Evil 6 workaround

It's actually making things worse, so better use the default path
This commit is contained in:
Kassin Dornelles 2022-07-20 04:50:52 -03:00 committed by Philip Rebohle
parent 2d93760002
commit 75d0b1af96

View File

@ -512,7 +512,7 @@ namespace dxvk {
{ "d3d9.floatEmulation", "Strict" }, { "d3d9.floatEmulation", "Strict" },
}} }, }} },
/* Resident Evil games */ /* Resident Evil games */
{ R"(\\(rerev|rerev2|re0hd|bhd|re5dx9|BH6)\.exe$)", {{ { R"(\\(rerev|rerev2|re0hd|bhd|re5dx9)\.exe$)", {{
{ "d3d9.allowDirectBufferMapping", "False" }, { "d3d9.allowDirectBufferMapping", "False" },
}} }, }} },
/* Limbo */ /* Limbo */