[util] Enable sampler type spec constants for SWTOR

Co-authored-by: Blisto91 <47954800+Blisto91@users.noreply.github.com>
This commit is contained in:
Robin Kertels 2022-06-13 17:04:41 +02:00 committed by Joshie
parent 968f0cdbc3
commit bd29fbd95d
1 changed files with 4 additions and 0 deletions

View File

@ -565,6 +565,10 @@ namespace dxvk {
{ R"(\\SupremeCommander\.exe$)", {{
{ "d3d9.floatEmulation", "Strict" },
}} },
/* Star Wars The Old Republic */
{ R"(\\swtor\.exe$)", {{
{ "d3d9.forceSamplerTypeSpecConstants", "True" },
}} },
}};