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:
parent
a920a7275b
commit
2e6da26ff0
@ -131,6 +131,10 @@ namespace dxvk {
|
||||
{ R"(\\Overwatch\.exe$)", {{
|
||||
{ "d3d11.allowMapFlagNoWait", "False" },
|
||||
}} },
|
||||
/* Hitman 2 - requires AGS library */
|
||||
{ R"(\\HITMAN2\.exe$)", {{
|
||||
{ "dxgi.customVendorId", "10de" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user