From 4b50d242311797813dfd1ed1baee4d9b49db428e Mon Sep 17 00:00:00 2001 From: Georg Lehmann Date: Tue, 24 Aug 2021 17:22:38 +0200 Subject: [PATCH] [util] Force 60 fps for Sine Mora EX --- 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 ddf63e563..22597a0eb 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -448,6 +448,10 @@ namespace dxvk { { "dxgi.tearFree", "False" }, { "dxgi.syncInterval", "1" }, }} }, + /* Sine Mora EX */ + { R"(\\SineMoraEX\.exe$)", {{ + { "d3d9.maxFrameRate", "60" }, + }} }, }};