mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-15 16:29:16 +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:
parent
ce42ce2f3f
commit
f813549ced
@ -987,6 +987,10 @@ namespace dxvk {
|
||||
{ "d3d9.customVendorId", "10de" },
|
||||
{ "d3d9.cachedDynamicBuffers", "True" },
|
||||
}} },
|
||||
/* Alpha Protocol - Rids unwanted reflections */
|
||||
{ R"(\\APGame\.exe$)", {{
|
||||
{ "d3d9.forceSamplerTypeSpecConstants", "True" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D8 GAMES */
|
||||
|
Loading…
x
Reference in New Issue
Block a user