[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.
This commit is contained in:
Philip Rebohle 2018-09-12 14:10:49 +02:00
parent 1127a344dc
commit 2d93452cba
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
namespace dxvk {
const static std::unordered_map<std::string, Config> g_appDefaults = {{
/* Assassin's Creed Syndicate - amdags issues */
{ "ACS.exe", {{
{ "dxgi.customVendorId", "10DE" },
}} },
/* Dishonored 2 */
{ "Dishonored2.exe", {{
{ "d3d11.allowMapFlagNoWait", "True" }