Skip to content

Commit

Permalink
[util] Separate Borderlands 2 fixes from Borderlands: The Pre-Sequel
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiagoquix authored Nov 25, 2024
1 parent d7bd3cd commit f740918
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -469,17 +469,22 @@ namespace dxvk {
{ R"(\\anarchyonline\.exe$)", {{
{ "d3d9.memoryTrackTest", "True" },
}} },
/* Borderlands 2 and The Pre Sequel! *
* Missing lava in Vault of the Warrior *
* without Strict floats */
{ R"(\\Borderlands(2|PreSequel)\.exe$)", {{
/* Borderlands */
{ R"(\\Borderlands\.exe$)", {{
{ "d3d9.lenientClear", "True" },
}} },
/* Borderlands 2 *
* Missing lava in Vault of the Warrior *
* without Strict floats */
{ R"(\\Borderlands2\.exe$)", {{
{ "d3d9.lenientClear", "True" },
{ "d3d9.supportDFFormats", "False" },
{ "d3d9.floatEmulation", "Strict" },
}} },
/* Borderlands */
{ R"(\\Borderlands\.exe$)", {{
/* Borderlands: The Pre-Sequel */
{ R"(\\BorderlandsPreSequel\.exe$)", {{
{ "d3d9.lenientClear", "True" },
{ "d3d9.supportDFFormats", "False" },
}} },
/* Gothic 3 */
{ R"(\\Gothic(3|3Final| III Forsaken Gods)\.exe$)", {{
Expand Down

0 comments on commit f740918

Please sign in to comment.