Skip to content

Commit

Permalink
[util] Limit Battle Fantasia Revisited Edition to 60fps (#3256)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blisto91 authored Feb 18, 2023
1 parent caf3103 commit 0811813
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
}} },
}};


Expand Down

0 comments on commit 0811813

Please sign in to comment.