1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-04 07:24:15 +01:00

[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

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