diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 48c5dd52d06..17fca08e7ab 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -1112,10 +1112,7 @@ namespace dxvk { { "d3d8.managedBufferPlacement", "False" }, }} }, /* V-Rally 3 */ - { R"(\\VRally3Demo\.exe$)", {{ - { "d3d9.maxFrameRate", "60" }, - }} }, - { R"(\\VRally3\.exe$)", {{ + { R"(\\VRally3(Demo)?\.exe$)", {{ { "d3d9.maxFrameRate", "60" }, }} }, }};