diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index fd4552300..01383bcbe 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -334,6 +334,10 @@ namespace dxvk { { R"(\\GTAIV\.exe$)", {{ { "d3d9.customVendorId", "1002" }, }} }, + /* Battlefield 2 (bad z-pass) */ + { R"(\\BF2\.exe$)", {{ + { "d3d9.longMad", "True" }, + }} }, }};