From 7a688bd74c56de66257eb483f2bd90500de45896 Mon Sep 17 00:00:00 2001 From: Georg Lehmann Date: Tue, 15 Jun 2021 11:49:03 +0200 Subject: [PATCH] [util] force 60fps for Demon Stone --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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" }, + }} }, }};