Skip to content

Commit

Permalink
Limiting V-Rally 3's framerate
Browse files Browse the repository at this point in the history
  • Loading branch information
simifor authored and AlpyneDreams committed Jul 7, 2024
1 parent 5fdd98f commit 2aa29bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1111,6 +1111,13 @@ namespace dxvk {
{ R"(\\(nations|patriots)\.exe$)", {{
{ "d3d8.managedBufferPlacement", "False" },
}} },
/* V-Rally 3 */
{ R"(\\VRally3Demo\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
{ R"(\\VRally3\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
}};


Expand Down

0 comments on commit 2aa29bb

Please sign in to comment.