mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-04 16:24:29 +01:00
[util] Disable single-use command lists for Ghost Recon Wildlands
This commit is contained in:
parent
c599f95e5d
commit
878da4984b
@ -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…
Reference in New Issue
Block a user