Skip to content

Commit

Permalink
[util] Limit fps for some Tomb Rader games
Browse files Browse the repository at this point in the history
  • Loading branch information
Blisto91 committed May 23, 2023
1 parent d2759c2 commit 90f79c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ namespace dxvk {
* D3DUSAGE_DYNAMIC | D3DUSAGE_WRITEONLY buffer */
{ R"(\\(trl|tra|tru)\.exe$)", {{
{ "d3d9.apitraceMode", "True" },
{ "d3d9.maxFrameRate", "60" },
}} },
/* Everquest */
{ R"(\\eqgame\.exe$)", {{
Expand Down

0 comments on commit 90f79c7

Please sign in to comment.