mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[d3d9] Disable direct buffer mapping for RE games
This commit is contained in:
parent
cf4c5c3422
commit
fd23dcef64
@ -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…
x
Reference in New Issue
Block a user