From 326f6c26cb3539a90b79f26fee018fd97244c23e Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Fri, 5 Jun 2020 02:36:17 +0100 Subject: [PATCH] [util] Enable forceSamplerTypeSpecConstants for all of the games in the Spellforce 2 seires --- src/util/config/config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 6e9697d8..ff467012 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -348,8 +348,8 @@ namespace dxvk { { "d3d9.longMad", "True" }, { "d3d9.invariantPosition", "True" }, }} }, - /* SpellForce 2: Faith in Destiny */ - { R"(\\SpellForce2FaithInDestiny\.exe$)", {{ + /* SpellForce 2 Series */ + { R"(\\SpellForce2.*\.exe$)", {{ { "d3d9.forceSamplerTypeSpecConstants", "True" }, }} }, /* Nekopara */