From 6fce0949429d51640b079bbfbe94410d966148e5 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Sun, 20 Aug 2023 23:20:01 +0200 Subject: [PATCH] [util] Limit fps in Project: Snowblind Player movement and animation can bug out at high fps like issues moving around objects and the players head detaching slightly when moving backwards. Seems like it also helps some crash issues. --- 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 8edaee60..b5851424 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -799,6 +799,10 @@ namespace dxvk { { R"(\\Vietnam\.exe$)", {{ { "d3d9.maxFrameRate", "60" }, }} }, + /* Project: Snowblind */ + { R"(\\Snowblind(.SP|.MP|.exe)$)", {{ + { "d3d9.maxFrameRate", "60" }, + }} }, /**********************************************/ /* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */