diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 18888e7bb..390649083 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -428,6 +428,10 @@ namespace dxvk { { R"(\\NINJA GAIDEN SIGMA(2)?\.exe$)", {{ { "d3d9.deferSurfaceCreation", "True" }, }} }, + /* Demon Stone breaks at frame rates > 60fps */ + { R"(\\Demonstone\.exe$)", {{ + { "d3d9.maxFrameRate", "60" }, + }} }, }};