[util] Limit Bionic Commando to 60fps (#2685)

This commit is contained in:
Blisto91 2022-07-02 16:51:04 +02:00 committed by GitHub
parent 98dcd722ea
commit f95f541852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -578,6 +578,11 @@ namespace dxvk {
{ R"(\\swtor\.exe$)", {{
{ "d3d9.forceSamplerTypeSpecConstants", "True" },
}} },
/* Bionic Commando
Physics break at high fps */
{ R"(\\bionic_commando\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
}};