mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-31 14:52:11 +01:00
[util] Set d3d9.longMad to True for Battlefield 2
This commit is contained in:
parent
c3cff09c4f
commit
f549586331
@ -334,6 +334,10 @@ namespace dxvk {
|
|||||||
{ R"(\\GTAIV\.exe$)", {{
|
{ R"(\\GTAIV\.exe$)", {{
|
||||||
{ "d3d9.customVendorId", "1002" },
|
{ "d3d9.customVendorId", "1002" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Battlefield 2 (bad z-pass) */
|
||||||
|
{ R"(\\BF2\.exe$)", {{
|
||||||
|
{ "d3d9.longMad", "True" },
|
||||||
|
}} },
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user