diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 154c454d151..730352684e6 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -922,10 +922,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" }, }} }, }};