1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-31 05:52:11 +01:00

[util] Disable DF24 support for Borderlands 2

and The Pre Sequel!
This commit is contained in:
Christopher Egert 2020-06-28 16:07:54 +02:00 committed by Joshie
parent f3a82a0bcc
commit 76e3bb78c9

View File

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