Skip to content

Commit

Permalink
[util] Limit fps in The Incredibles
Browse files Browse the repository at this point in the history
  • Loading branch information
Blisto91 authored and misyltoad committed Jul 5, 2023
1 parent 2f72115 commit 6be1f6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,10 @@ namespace dxvk {
{ R"(\\SG_ELITE\\Game\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
/* The Incredibles */
{ R"(\\IncPC\.exe$)", {{
{ "d3d9.maxFrameRate", "59" },
}} },

/**********************************************/
/* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */
Expand Down

0 comments on commit 6be1f6d

Please sign in to comment.