mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[util] Disable single-use command lists for Ghost Recon Wildlands
This commit is contained in:
parent
c599f95e5d
commit
878da4984b
1 changed files with 4 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue