From f5fcce0fdf44a619b92ed312026c592661fb171e Mon Sep 17 00:00:00 2001 From: simifor <70454800+simifor@users.noreply.github.com> Date: Sun, 17 Sep 2023 15:40:19 -0400 Subject: [PATCH] Consolidation of VRally3 entries Changed regex to cover both the retail and demo versions of the game. --- src/util/config/config.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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" }, }} }, }};