diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index bcb0f653..7bbe1c35 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -131,6 +131,10 @@ namespace dxvk { { R"(\\Overwatch\.exe$)", {{ { "d3d11.allowMapFlagNoWait", "False" }, }} }, + /* Hitman 2 - requires AGS library */ + { R"(\\HITMAN2\.exe$)", {{ + { "dxgi.customVendorId", "10de" }, + }} }, }};