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:
parent
499460184a
commit
1783b9591a
@ -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" },
|
||||
}} },
|
||||
|
||||
|
||||
/**********************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user