mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[util] Set Borderlands 2 floatEmulation to Strict
Missing lava in Vault of the Warrior
This commit is contained in:
parent
dd15328ccf
commit
43b79bcb23
1 changed files with 4 additions and 1 deletions
|
@ -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$)", {{
|
||||
|
|
Loading…
Add table
Reference in a new issue