mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 14:52:10 +01:00
[util] Enable 60 FPS lock for Aviary Attorney
This game (or nw.js) comes with a hard-coded frame rate limit that behaves more like a random number generator which happens to average out at around 16ms on a good day. Fix this complete mess by enabling ours on top of that.
This commit is contained in:
parent
41191af3b1
commit
c113b791a1
@ -807,6 +807,10 @@ namespace dxvk {
|
|||||||
{ R"(\\Snowblind\.(SP|MP|exe)$)", {{
|
{ R"(\\Snowblind\.(SP|MP|exe)$)", {{
|
||||||
{ "d3d9.maxFrameRate", "60" },
|
{ "d3d9.maxFrameRate", "60" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Project: Snowblind */
|
||||||
|
{ R"(\\Aviary Attorney\\nw\.exe$)", {{
|
||||||
|
{ "d3d9.maxFrameRate", "60" },
|
||||||
|
}} },
|
||||||
/* Drakensang: The Dark Eye */
|
/* Drakensang: The Dark Eye */
|
||||||
{ R"(\\drakensang\.exe$)", {{
|
{ R"(\\drakensang\.exe$)", {{
|
||||||
{ "d3d9.deferSurfaceCreation", "True" },
|
{ "d3d9.deferSurfaceCreation", "True" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user