diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index ad45e0da..272627a0 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -398,6 +398,10 @@ namespace dxvk { { R"(\\DragonNest_x64\.exe$)", {{ { "d3d9.memoryTrackTest ", "True" }, }} }, + /* Dal Segno */ + { R"(\\DST\.exe$)", {{ + { "d3d9.deferSurfaceCreation", "True" }, + }} }, }};