[util] Disable single-use command lists for Ghost Recon Wildlands

This commit is contained in:
Philip Rebohle 2023-07-17 15:00:55 +02:00
parent c599f95e5d
commit 878da4984b
1 changed files with 4 additions and 0 deletions

View File

@ -405,6 +405,10 @@ namespace dxvk {
{ R"(\\BLADESTORM Nightmare\\Launch_(EA|JP)\.exe$)", {{ { R"(\\BLADESTORM Nightmare\\Launch_(EA|JP)\.exe$)", {{
{ "dxgi.maxFrameRate", "60" }, { "dxgi.maxFrameRate", "60" },
}} }, }} },
/* Ghost Recon Wildlands */
{ R"(\\GRW\.exe$)", {{
{ "d3d11.dcSingleUseMode", "False" },
}} },
/**********************************************/ /**********************************************/
/* D3D9 GAMES */ /* D3D9 GAMES */