Skip to content

Commit

Permalink
Consolidation of VRally3 entries
Browse files Browse the repository at this point in the history
Changed regex to cover both the retail and demo versions of the game.
  • Loading branch information
simifor authored Sep 17, 2023
1 parent a253d9e commit 32c6563
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
}} },
}};
Expand Down

0 comments on commit 32c6563

Please sign in to comment.