Skip to content

Commit

Permalink
[util] Enable sampler type spec constants for SWTOR
Browse files Browse the repository at this point in the history
Co-authored-by: Blisto91 <[email protected]>
  • Loading branch information
2 people authored and misyltoad committed Jun 13, 2022
1 parent 968f0cd commit bd29fbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,10 @@ namespace dxvk {
{ R"(\\SupremeCommander\.exe$)", {{
{ "d3d9.floatEmulation", "Strict" },
}} },
/* Star Wars The Old Republic */
{ R"(\\swtor\.exe$)", {{
{ "d3d9.forceSamplerTypeSpecConstants", "True" },
}} },
}};


Expand Down

0 comments on commit bd29fbd

Please sign in to comment.