mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[d3d9] Disable direct buffer mapping for RE games
This commit is contained in:
parent
cf4c5c3422
commit
fd23dcef64
1 changed files with 4 additions and 0 deletions
|
@ -498,6 +498,10 @@ namespace dxvk {
|
|||
{ R"(\\Avatar\.exe$)", {{
|
||||
{ "d3d9.invariantPosition", "True" },
|
||||
}} },
|
||||
/* Resident Evil games */
|
||||
{ R"(\\(rerev|rerev2|re0hd|bhd|re5dx9|BH6)\.exe$)", {{
|
||||
{ "d3d9.allowDirectBufferMapping", "False" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue