Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rebohle <philip.rebohle@tu-dortmund.de>2023-07-17 16:00:55 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2023-07-17 16:00:55 +0300
commit878da4984b91b898831001d393ee6f6fad7d3087 (patch)
tree1938e9eeb24858369ca89f0802957abe1b141d4b
parentc599f95e5d05ac6a60a092b5e3c1526210f2c8da (diff)
[util] Disable single-use command lists for Ghost Recon Wildlands
-rw-r--r--src/util/config/config.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp
index 9f76239e..b893cc84 100644
--- a/src/util/config/config.cpp
+++ b/src/util/config/config.cpp
@@ -405,6 +405,10 @@ namespace dxvk {
{ R"(\\BLADESTORM Nightmare\\Launch_(EA|JP)\.exe$)", {{
{ "dxgi.maxFrameRate", "60" },
}} },
+ /* Ghost Recon Wildlands */
+ { R"(\\GRW\.exe$)", {{
+ { "d3d11.dcSingleUseMode", "False" },
+ }} },
/**********************************************/
/* D3D9 GAMES */