From dfcd7aedd8d970ae9a4b1ba1c2c53bc94cc5c8e1 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Wed, 9 Aug 2023 12:18:10 +0200 Subject: [PATCH] [util] Limit Conflict Vietnam to 60fps (#3606) Physics can bug out at higher fps making the character fly or get stuck when running up or down slopes. --- 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 81b70ae2..f861ba2d 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -795,6 +795,10 @@ namespace dxvk { { R"(\\IncPC\.exe$)", {{ { "d3d9.maxFrameRate", "59" }, }} }, + /* Conflict Vietnam */ + { R"(\\Vietnam\.exe$)", {{ + { "d3d9.maxFrameRate", "60" }, + }} }, /**********************************************/ /* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */