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

[util] Enable d3d9.invariantPosition for Battlefield 2

Closes #1558 for good
This commit is contained in:
Joshua Ashton 2020-04-09 14:00:26 +01:00
parent ecb3e05cb9
commit 6b431851da

View File

@ -337,6 +337,7 @@ namespace dxvk {
/* Battlefield 2 (bad z-pass) */
{ R"(\\BF2\.exe$)", {{
{ "d3d9.longMad", "True" },
{ "d3d9.invariantPosition", "True" },
}} },
}};