1
0
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:
Blisto91 2023-08-09 12:18:10 +02:00 committed by GitHub
parent cbda22a040
commit dfcd7aedd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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