mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-31 14:52:11 +01:00
[util] Add workaround for Garden Warfare 2 (#2700)
This commit is contained in:
parent
e406484b84
commit
98dcd722ea
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user