[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:
Philip Rebohle 2023-09-08 02:59:52 +02:00
parent 41191af3b1
commit c113b791a1
1 changed files with 4 additions and 0 deletions

View File

@ -807,6 +807,10 @@ namespace dxvk {
{ R"(\\Snowblind\.(SP|MP|exe)$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
/* Project: Snowblind */
{ R"(\\Aviary Attorney\\nw\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
/* Drakensang: The Dark Eye */
{ R"(\\drakensang\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },