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