diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 8d575e40c33..7d283704614 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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" }, + }} }, /**********************************************/