diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index c0f2896fa..a587d3822 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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 */