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" }, + }} }, }};