mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-11 19:24:11 +01:00
[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.
This commit is contained in:
parent
cbda22a040
commit
dfcd7aedd8
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user