From f95f5418529822e60e108dd8e33100c17dc6b839 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Sat, 2 Jul 2022 16:51:04 +0200 Subject: [PATCH] [util] Limit Bionic Commando to 60fps (#2685) --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index a587d3822..09eb1996e 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -578,6 +578,11 @@ namespace dxvk { { R"(\\swtor\.exe$)", {{ { "d3d9.forceSamplerTypeSpecConstants", "True" }, }} }, + /* Bionic Commando + Physics break at high fps */ + { R"(\\bionic_commando\.exe$)", {{ + { "d3d9.maxFrameRate", "60" }, + }} }, }};