1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

[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

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