[util] Unify Borderlands games fixes

This commit is contained in:
Tiagoquix 2024-11-24 03:18:55 -03:00 committed by GitHub
parent 9e1bc1db23
commit 72a2808caa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" },