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