From 2d93452cba8e6c9f44dbeb4167413d362bf5c1be Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Wed, 12 Sep 2018 14:10:49 +0200 Subject: [PATCH] [util] Spoof Nvidia card for Assassin's Creed Syndicate This one actually doesn't work properly when the AMD AGS library is not present, but is fine with nvapi not being there. --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index bd47fe27..9bbda328 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -11,6 +11,10 @@ namespace dxvk { const static std::unordered_map g_appDefaults = {{ + /* Assassin's Creed Syndicate - amdags issues */ + { "ACS.exe", {{ + { "dxgi.customVendorId", "10DE" }, + }} }, /* Dishonored 2 */ { "Dishonored2.exe", {{ { "d3d11.allowMapFlagNoWait", "True" }