From a0e3c20aaf47890dc19aa9746be2ad17797f6baf Mon Sep 17 00:00:00 2001 From: Robin Kertels Date: Wed, 16 Mar 2022 03:13:32 +0100 Subject: [PATCH] [d3d9] Make unmapping more aggressive for Borderlands --- src/util/config/config.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 0e2d0743203..89bb5fcac89 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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$)", {{