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:
parent
740ebec7ee
commit
6fce094942
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user