mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-12 13:08:50 +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:
parent
77e7e8bfba
commit
211d095ee4
@ -778,6 +778,10 @@ namespace dxvk {
|
|||||||
{ R"(\\injustice\.exe$)", {{
|
{ R"(\\injustice\.exe$)", {{
|
||||||
{ "d3d9.allowDirectBufferMapping", "False" },
|
{ "d3d9.allowDirectBufferMapping", "False" },
|
||||||
}} },
|
}} },
|
||||||
|
/* STEINS;GATE ELITE */
|
||||||
|
{ R"(\\SG_ELITE\\Game\.exe$)", {{
|
||||||
|
{ "d3d9.maxFrameRate", "60" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */
|
/* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */
|
||||||
|
Loading…
Reference in New Issue
Block a user