diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 879a4100..45542f2b 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -406,6 +406,10 @@ namespace dxvk { { R"(\\SpellForce2.*\.exe$)", {{ { "d3d9.forceSamplerTypeSpecConstants", "True" }, }} }, + /* Everquest 2 */ + { R"(\\SpellForce2.*\.exe$)", {{ + { "d3d9.alphaTestWiggleRoom", "True" }, + }} }, }};