[util] Limit STEINS;GATE ELITE to 60 fps

Intros, menu and ui animations are playing way too fast, also causing
input issues.
This commit is contained in:
Timo Gurr 2023-06-18 00:44:06 +02:00 committed by Philip Rebohle
parent 77e7e8bfba
commit 211d095ee4
1 changed files with 4 additions and 0 deletions

View File

@ -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) */