1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-18 11:52:12 +01:00

[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

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