1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-03 13:24:20 +01:00

[util] Add a framecap for Pandora Tomorrow

This commit is contained in:
WinterSnowfall 2024-09-11 23:27:32 +03:00 committed by Philip Rebohle
parent 1a1c3a4202
commit 3e26958906

View File

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