From 76e3bb78c9fdf91f15776dc9afc612be931e960e Mon Sep 17 00:00:00 2001 From: Christopher Egert Date: Sun, 28 Jun 2020 16:07:54 +0200 Subject: [PATCH] [util] Disable DF24 support for Borderlands 2 and The Pre Sequel! --- src/util/config/config.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index c5d4aaae7..c05ad90be 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -231,13 +231,10 @@ namespace dxvk { { "d3d9.strictPow", "False" }, { "d3d9.lenientClear", "True" }, }} }, - /* Borderlands: The Pre Sequel! */ - { R"(\\BorderlandsPreSequel\.exe$)", {{ - { "d3d9.lenientClear", "True" }, - }} }, - /* Borderlands 2 */ - { R"(\\Borderlands2\.exe$)", {{ + /* Borderlands 2 and The Pre Sequel! */ + { R"(\\Borderlands(2|PreSequel)\.exe$)", {{ { "d3d9.lenientClear", "True" }, + { "d3d9.supportDFFormats", "False" }, }} }, /* Borderlands */ { R"(\\Borderlands\.exe$)", {{