Skip to content

Commit

Permalink
[util] Set Borderlands 2 floatEmulation to Strict
Browse files Browse the repository at this point in the history
Missing lava in Vault of the Warrior
  • Loading branch information
Blisto91 authored and K0bin committed Nov 23, 2024
1 parent dd15328 commit 43b79bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -469,10 +469,13 @@ namespace dxvk {
{ R"(\\anarchyonline\.exe$)", {{
{ "d3d9.memoryTrackTest", "True" },
}} },
/* Borderlands 2 and The Pre Sequel! */
/* Borderlands 2 and The Pre Sequel! *
* Missing lava in Vault of the Warrior *
* without Strict floats */
{ R"(\\Borderlands(2|PreSequel)\.exe$)", {{
{ "d3d9.lenientClear", "True" },
{ "d3d9.supportDFFormats", "False" },
{ "d3d9.floatEmulation", "Strict" },
}} },
/* Borderlands */
{ R"(\\Borderlands\.exe$)", {{
Expand Down

0 comments on commit 43b79bc

Please sign in to comment.