1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-04 16:24:29 +01:00

[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

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