[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 GitHub
parent 740ebec7ee
commit 6742cd7682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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) */