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

[util] Set forceSamplerTypeSpecConstants for Alpha Protocol

Some objects like metal containers will have unwanted reflection when they shouldn't otherwise.
This commit is contained in:
Blisto91 2024-10-20 20:25:33 +02:00 committed by Philip Rebohle
parent ce42ce2f3f
commit f813549ced

View File

@ -987,6 +987,10 @@ namespace dxvk {
{ "d3d9.customVendorId", "10de" }, { "d3d9.customVendorId", "10de" },
{ "d3d9.cachedDynamicBuffers", "True" }, { "d3d9.cachedDynamicBuffers", "True" },
}} }, }} },
/* Alpha Protocol - Rids unwanted reflections */
{ R"(\\APGame\.exe$)", {{
{ "d3d9.forceSamplerTypeSpecConstants", "True" },
}} },
/**********************************************/ /**********************************************/
/* D3D8 GAMES */ /* D3D8 GAMES */