From 211d095ee460b22d154c0281475efcfb6646ae05 Mon Sep 17 00:00:00 2001 From: Timo Gurr Date: Sun, 18 Jun 2023 00:44:06 +0200 Subject: [PATCH] [util] Limit STEINS;GATE ELITE to 60 fps Intros, menu and ui animations are playing way too fast, also causing input issues. --- 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 b2aee5a2..be170e7b 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -778,6 +778,10 @@ namespace dxvk { { R"(\\injustice\.exe$)", {{ { "d3d9.allowDirectBufferMapping", "False" }, }} }, + /* STEINS;GATE ELITE */ + { R"(\\SG_ELITE\\Game\.exe$)", {{ + { "d3d9.maxFrameRate", "60" }, + }} }, /**********************************************/ /* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */