Skip to content

Commit

Permalink
[util] Disable single-use command lists for Ghost Recon Wildlands
Browse files Browse the repository at this point in the history
  • Loading branch information
doitsujin committed Jul 17, 2023
1 parent c599f95 commit 878da49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 878da49

Please sign in to comment.