From acf93aa70a696253ae0e7e6fec7a9287f9970b37 Mon Sep 17 00:00:00 2001 From: Robin Kertels Date: Thu, 12 Dec 2024 23:43:02 +0100 Subject: [PATCH] [util] Remove Alpha Protocol config The texture type check makes this redundant. --- src/util/config/config.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 12b5b323f..95b15e3ab 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -1007,10 +1007,6 @@ namespace dxvk { { "d3d9.customVendorId", "10de" }, { "d3d9.cachedDynamicBuffers", "True" }, }} }, - /* Alpha Protocol - Rids unwanted reflections */ - { R"(\\APGame\.exe$)", {{ - { "d3d9.forceSamplerTypeSpecConstants", "True" }, - }} }, /* Dark Sector - Crashes in places */ { R"(\\DS\.exe$)", {{ { "d3d9.textureMemory", "0" },