Skip to content

Commit

Permalink
[util] Enable 60 FPS lock for WRC4
Browse files Browse the repository at this point in the history
Fixes an audio issue.
  • Loading branch information
ToRRent1812 committed Jul 4, 2024
1 parent 4994601 commit 1783b95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,10 @@ namespace dxvk {
{ R"(\\(The Battle for Middle-earth (\(tm\))? II( Demo)?|The Lord of the Rings, The Rise of the Witch-king)\\game\.dat$)", {{
{ "d3d9.cachedDynamicBuffers", "True" },
}} },
/* WRC4 - Audio breaks above 60fps */
{ R"(\\WRC4\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },


/**********************************************/
Expand Down

0 comments on commit 1783b95

Please sign in to comment.