[util] Limit Battle Fantasia Revisited Edition to 60fps (#3256)

This commit is contained in:
Blisto91 2023-02-18 10:54:14 +01:00 committed by GitHub
parent caf31033d7
commit 081181313e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

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