From 878da4984b91b898831001d393ee6f6fad7d3087 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Mon, 17 Jul 2023 15:00:55 +0200 Subject: [PATCH] [util] Disable single-use command lists for Ghost Recon Wildlands --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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 */