[util] Don't spoof Nvidia on AMD GPUs in Hitman 3

Spoofing to Nvidia prevents ray tracing enablement on AMD and the game does not crash without ags anymore
This commit is contained in:
Blisto91 2023-11-17 22:02:53 +01:00 committed by Philip Rebohle
parent d998dee46e
commit 91f7f43c35
1 changed files with 6 additions and 2 deletions

View File

@ -131,8 +131,8 @@ namespace dxvk {
{ R"(\\vr\.exe$)", {{
{ "d3d11.dcSingleUseMode", "False" },
}} },
/* Hitman 2 and 3 - requires AGS library */
{ R"(\\HITMAN(2|3)\.exe$)", {{
/* Hitman 2 - requires AGS library */
{ R"(\\HITMAN2\.exe$)", {{
{ "dxgi.customVendorId", "10de" },
}} },
/* Modern Warfare Remastered */
@ -863,6 +863,10 @@ namespace dxvk {
{ R"(\\Cyberpunk2077\.exe$)", {{
{ "dxgi.useMonitorFallback", "True" },
}} },
/* Hitman 3 - Ray Tracing */
{ R"(\\HITMAN3\.exe$)", {{
{ "dxgi.hideNvidiaGpu", "False" },
}} },
}};