[util] Limit King Of Fighters XIII to 60 FPS

Game speed is tied to FPS
fixes #2647
This commit is contained in:
Riesi 2022-08-18 12:13:49 +02:00 committed by Philip Rebohle
parent e05e063df0
commit 26c8f46b6b
1 changed files with 5 additions and 0 deletions

View File

@ -577,6 +577,11 @@ namespace dxvk {
{ R"(\\BGE\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
/* King Of Fighters XIII *
* In-game speed increases on high FPS */
{ R"(\\kofxiii\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
/* YS Origin *
* Helps very bad frametimes in some areas */
{ R"(\\yso_win\.exe$)", {{