[util] Cap Dark Void to 60fps

Game crashes in certain places like specific cutscenes unless capped at 60fps.
This commit is contained in:
Blisto91 2024-03-17 21:36:03 +01:00 committed by Philip Rebohle
parent 0beb18ef73
commit 2e1a19c7fd
1 changed files with 4 additions and 0 deletions

View File

@ -873,6 +873,10 @@ namespace dxvk {
{ R"(\\RedRiver\.exe$)", {{
{ "d3d9.floatEmulation", "Strict" },
}} },
/* Dark Void - Crashes above 60fps in places */
{ R"(\\ShippingPC-SkyGame\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
/**********************************************/