[dxvk] Spoof Nvidia GPU for HITMAN 2

This game requires a functioning AGS implementation when it detects
an AMD GPU and complains about missing D3D11 support otherwise.
This commit is contained in:
Philip Rebohle 2019-09-26 19:27:19 +02:00
parent a920a7275b
commit 2e6da26ff0
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 4 additions and 0 deletions

View File

@ -131,6 +131,10 @@ namespace dxvk {
{ R"(\\Overwatch\.exe$)", {{
{ "d3d11.allowMapFlagNoWait", "False" },
}} },
/* Hitman 2 - requires AGS library */
{ R"(\\HITMAN2\.exe$)", {{
{ "dxgi.customVendorId", "10de" },
}} },
}};