1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-11-29 10:24:10 +01:00

[util] Enable 60 FPS lock for WRC4

Fixes an audio issue.
This commit is contained in:
Łukasz Zając 2024-07-04 20:12:08 +02:00 committed by GitHub
parent 499460184a
commit 1783b9591a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" },
}} },
/**********************************************/