[util] Add workaround for Garden Warfare 2 (#2700)

This commit is contained in:
Blisto91 2022-07-02 16:50:12 +02:00 committed by Philip Rebohle
parent 310d70bbf8
commit 6a33c5d4f0
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 5 additions and 0 deletions

View File

@ -296,6 +296,11 @@ namespace dxvk {
{ R"(\\AWayOut(_friend)?\.exe$)", {{
{ "dxgi.maxFrameLatency", "1" },
}} },
/* Garden Warfare 2
Won't start on amd Id without atiadlxx */
{ R"(\\GW2.Main_Win64_Retail\.exe$)", {{
{ "dxgi.customVendorId", "10de" },
}} },
/**********************************************/
/* D3D9 GAMES */