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:
parent
1a1c3a4202
commit
3e26958906
@ -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" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user