From 98dcd722ea219a2fc9789c190f7711cef8c0f6ec Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Sat, 2 Jul 2022 16:50:12 +0200 Subject: [PATCH] [util] Add workaround for Garden Warfare 2 (#2700) --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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 */