1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-04 16:24:29 +01:00

[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.
This commit is contained in:
Blisto91 2023-08-20 23:20:01 +02:00 committed by Philip Rebohle
parent 740ebec7ee
commit 6fce094942

View File

@ -799,6 +799,10 @@ namespace dxvk {
{ R"(\\Vietnam\.exe$)", {{ { R"(\\Vietnam\.exe$)", {{
{ "d3d9.maxFrameRate", "60" }, { "d3d9.maxFrameRate", "60" },
}} }, }} },
/* Project: Snowblind */
{ R"(\\Snowblind(.SP|.MP|.exe)$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
/**********************************************/ /**********************************************/
/* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */ /* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */