1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-18 20:52:10 +01:00

[util] Set d3d9.longMad to True for Battlefield 2

This commit is contained in:
Joshua Ashton 2020-04-08 23:23:21 +01:00
parent c3cff09c4f
commit f549586331

View File

@ -334,6 +334,10 @@ namespace dxvk {
{ R"(\\GTAIV\.exe$)", {{
{ "d3d9.customVendorId", "1002" },
}} },
/* Battlefield 2 (bad z-pass) */
{ R"(\\BF2\.exe$)", {{
{ "d3d9.longMad", "True" },
}} },
}};