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" }, + }} }, }};