From f740918239635f00dbb7fd4f3ce7797b032fc267 Mon Sep 17 00:00:00 2001 From: Tiagoquix <30274161+Tiagoquix@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:35:23 -0300 Subject: [PATCH] [util] Separate Borderlands 2 fixes from Borderlands: The Pre-Sequel --- src/util/config/config.cpp | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index e38fb27d..45e9fca6 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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$)", {{