From f549586331bc6e020b6ac6b1bb7653f7db0b5a36 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Wed, 8 Apr 2020 23:23:21 +0100 Subject: [PATCH] [util] Set d3d9.longMad to True for Battlefield 2 --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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" }, + }} }, }};