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:
parent
caf31033d7
commit
081181313e
@ -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" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user