mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[util] Unify Borderlands games fixes
This commit is contained in:
parent
9e1bc1db23
commit
72a2808caa
1 changed files with 3 additions and 8 deletions
|
@ -469,18 +469,13 @@ 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, Borderlands 2 and Borderlands: 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$)", {{
|
||||
{ "d3d9.lenientClear", "True" },
|
||||
}} },
|
||||
/* Gothic 3 */
|
||||
{ R"(\\Gothic(3|3Final| III Forsaken Gods)\.exe$)", {{
|
||||
{ "d3d9.supportDFFormats", "False" },
|
||||
|
|
Loading…
Add table
Reference in a new issue