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" }