diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 22597a0e..8f2369d5 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -452,6 +452,10 @@ namespace dxvk { { R"(\\SineMoraEX\.exe$)", {{ { "d3d9.maxFrameRate", "60" }, }} }, + /* Fantasy Grounds */ + { R"(\\FantasyGrounds\.exe$)", {{ + { "d3d9.noExplicitFrontBuffer", "True" }, + }} }, }};