From 081181313e16999101966b823f29c1982d2ddab6 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Sat, 18 Feb 2023 10:54:14 +0100 Subject: [PATCH] [util] Limit Battle Fantasia Revisited Edition to 60fps (#3256) --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 2d39c7e5..68a3c728 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -716,6 +716,11 @@ namespace dxvk { { R"(\\BBCF\.exe$)", {{ { "d3d9.textureMemory", "0" }, }} }, + /* Battle Fantasia Revised Edition * + * Speedup above 60fps */ + { R"(\\bf10\.exe$)", {{ + { "d3d9.maxFrameRate", "60" }, + }} }, }};