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:
parent
f3a82a0bcc
commit
76e3bb78c9
@ -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$)", {{
|
||||
|
Loading…
x
Reference in New Issue
Block a user