From 3e269589062a8cb4b8cb133981512883835f580b Mon Sep 17 00:00:00 2001 From: WinterSnowfall Date: Wed, 11 Sep 2024 23:27:32 +0300 Subject: [PATCH] [util] Add a framecap for Pandora Tomorrow --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 03cf356b..66d42612 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -1111,6 +1111,11 @@ namespace dxvk { { R"(\\fifa2003(demo)?\.exe$)", {{ { "d3d9.cachedDynamicBuffers", "True" }, }} }, + /* Splinter Cell: Pandora Tomorrow * + * Broken inputs and physics above 60 FPS */ + { R"(\\SplinterCell2\.exe$)", {{ + { "d3d9.maxFrameRate", "60" }, + }} }, }};