mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 20:52:10 +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:
parent
16ff9b48cd
commit
f80347d9a9
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user