diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 49f029fa6..c15c7b9c6 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -979,14 +979,18 @@ namespace dxvk { { R"(\\SecretWorldLegends\.exe$)", {{ { "d3d9.memoryTrackTest", "True" }, }} }, - /* Far Cry 2: Set vendor ID to Nvidia to * - * avoid vegetation artifacts on Intel, and * - * set apitrace mode to True to improve perf * - * on all hardware. */ + /* Far Cry 2: Set vendor ID to Nvidia to * + * avoid vegetation artifacts on Intel, and * + * set apitrace mode to True to improve perf * + * on all hardware. */ { R"(\\(FarCry2|farcry2game)\.exe$)", {{ { "d3d9.customVendorId", "10de" }, { "d3d9.cachedDynamicBuffers", "True" }, }} }, + /* Alpha Protocol - Rids unwanted reflections */ + { R"(\\APGame\.exe$)", {{ + { "d3d9.forceSamplerTypeSpecConstants", "True" }, + }} }, /**********************************************/ /* D3D8 GAMES */