1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-07 16:54:14 +01:00

[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
This commit is contained in:
Kassin Dornelles 2022-08-20 17:49:35 -03:00 committed by Philip Rebohle
parent 16ff9b48cd
commit f80347d9a9

View File

@ -504,8 +504,8 @@ namespace dxvk {
{ R"(\\BBCF\.exe$)", {{ { R"(\\BBCF\.exe$)", {{
{ "d3d9.floatEmulation", "Strict" }, { "d3d9.floatEmulation", "Strict" },
}} }, }} },
/* Resident Evil games */ /* Resident Evil games using MT Framework */
{ R"(\\(rerev|rerev2|re0hd|bhd|re5dx9)\.exe$)", {{ { R"(\\(rerev|re0hd|bhd)\.exe$)", {{
{ "d3d9.allowDirectBufferMapping", "False" }, { "d3d9.allowDirectBufferMapping", "False" },
}} }, }} },
/* Limbo */ /* Limbo */