Skip to content

Commit

Permalink
[d3d9] Make unmapping more aggressive for Borderlands
Browse files Browse the repository at this point in the history
  • Loading branch information
K0bin committed Mar 16, 2022
1 parent 1272dab commit edd9fd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/config/config.cpp
Expand Up @@ -292,10 +292,12 @@ namespace dxvk {
{ R"(\\Borderlands(2|PreSequel)\.exe$)", {{
{ "d3d9.lenientClear", "True" },
{ "d3d9.supportDFFormats", "False" },
{ "d3d9.unmapDelay", "4" },
}} },
/* Borderlands */
{ R"(\\Borderlands\.exe$)", {{
{ "d3d9.lenientClear", "True" },
{ "d3d9.unmapDelay", "4" },
}} },
/* Gothic 3 */
{ R"(\\Gothic(3|3Final| III Forsaken Gods)\.exe$)", {{
Expand Down

0 comments on commit edd9fd7

Please sign in to comment.