[util] Enable sampler type spec const for Vindictus

Fixes the ice rendering.
This commit is contained in:
Robin Kertels 2024-02-21 00:10:50 +01:00
parent c5a37d443a
commit bd9bdade9c
No known key found for this signature in database
GPG Key ID: 3824904F14D40757
1 changed files with 6 additions and 0 deletions

View File

@ -878,6 +878,12 @@ namespace dxvk {
{ R"(\\RedRiver\.exe$)", {{
{ "d3d9.floatEmulation", "Strict" },
}} },
/* Vindictus *
* Necessary for correct rendering of ice */
{ R"(\\Vindictus\.exe$)", {{
{ "d3d9.forceSamplerTypeSpecConstants", "True" },
}} },
/**********************************************/