From 2e1a19c7fdb459d35a111da3ed51aa675391dc09 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Sun, 17 Mar 2024 21:36:03 +0100 Subject: [PATCH] [util] Cap Dark Void to 60fps Game crashes in certain places like specific cutscenes unless capped at 60fps. --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index dd9424ef..698b69cb 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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" }, + }} }, /**********************************************/