From 6be1f6d7bd5f832dccb0ec0698c90a7cbdf2cf03 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Wed, 5 Jul 2023 17:51:04 +0200 Subject: [PATCH] [util] Limit fps in The Incredibles --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index b2d32781..f3049554 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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) */