[util] disable allowDoNotWait for Port Royale 3 (#2668)

This commit is contained in:
Blisto91 2022-07-09 01:00:21 +02:00 committed by Philip Rebohle
parent aaf0db4c79
commit e37bdcf348
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 10 additions and 0 deletions

View File

@ -582,6 +582,16 @@ namespace dxvk {
{ R"(\\swtor\.exe$)", {{
{ "d3d9.forceSamplerTypeSpecConstants", "True" },
}} },
/* Bionic Commando
Physics break at high fps */
{ R"(\\bionic_commando\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
/* Port Royale 3 *
* Fixes infinite loading screens */
{ R"(\\PortRoyale3\.exe$)", {{
{ "d3d9.allowDoNotWait", "False" },
}} },
}};