diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index fe5242b5..f6e325d5 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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$)", {{