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 and AlpyneDreams committed Jul 7, 2024
1 parent 2aa29bb commit f5fcce0
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 @@ -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" },
}} },
}};
Expand Down

0 comments on commit f5fcce0

Please sign in to comment.