mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[util] Remove Alpha Protocol config
The texture type check makes this redundant.
This commit is contained in:
parent
0545cb1461
commit
98e74eb8db
1 changed files with 0 additions and 4 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Reference in a new issue