mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-05 01:24:14 +01:00
[util] Limit King Of Fighters XIII to 60 FPS
Game speed is tied to FPS fixes #2647
This commit is contained in:
parent
e05e063df0
commit
26c8f46b6b
@ -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$)", {{
|
||||
|
Loading…
Reference in New Issue
Block a user