1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-15 07:29:17 +01:00

[util] Enable dxgi.customVendorId for Hitman 3

This commit is contained in:
dom 2021-01-27 14:04:29 +01:00 committed by Philip Rebohle
parent a17ec95f21
commit 7d7c057d46

View File

@ -117,8 +117,8 @@ namespace dxvk {
{ R"(\\vr\.exe$)", {{
{ "d3d11.dcSingleUseMode", "False" },
}} },
/* Hitman 2 - requires AGS library */
{ R"(\\HITMAN2\.exe$)", {{
/* Hitman 2 and 3 - requires AGS library */
{ R"(\\HITMAN(2|3)\.exe$)", {{
{ "dxgi.customVendorId", "10de" },
}} },
/* Modern Warfare Remastered */