1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-01 07:24:12 +01:00
This commit is contained in:
Tiagoquix 2024-11-28 10:29:04 +02:00 committed by GitHub
commit b1f5bfe9f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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$)", {{