mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +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:
parent
2d93760002
commit
75d0b1af96
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue