[util] Limit fps in The Incredibles

This commit is contained in:
Blisto91 2023-07-05 17:51:04 +02:00 committed by Joshie
parent 2f72115f91
commit 6be1f6d7bd
1 changed files with 4 additions and 0 deletions

View File

@ -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) */