1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-04-01 09:25:24 +02:00

[util] Enable cached constant buffers for Hitman 2

Regresses GPU-bound performance, but considerably reduces FPS drops in
areas where draw call counts are high.
This commit is contained in:
Philip Rebohle 2025-03-24 01:49:16 +01:00
parent e6ef72b63d
commit d68143da37

View File

@ -168,6 +168,7 @@ namespace dxvk {
/* Hitman 2 - requires AGS library */ /* Hitman 2 - requires AGS library */
{ R"(\\HITMAN2\.exe$)", {{ { R"(\\HITMAN2\.exe$)", {{
{ "dxgi.customVendorId", "10de" }, { "dxgi.customVendorId", "10de" },
{ "d3d11.cachedDynamicResources", "c" },
}} }, }} },
/* Modern Warfare Remastered */ /* Modern Warfare Remastered */
{ R"(\\h1(_[ms]p64_ship|-mod)\.exe$)", {{ { R"(\\h1(_[ms]p64_ship|-mod)\.exe$)", {{