Skip to content

Commit

Permalink
[util] disable allowDoNotWait for Port Royale 3 (doitsujin#2668)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blisto91 authored and doitsujin committed Jul 8, 2022
1 parent aaf0db4 commit e37bdcf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
}} },
}};


Expand Down

0 comments on commit e37bdcf

Please sign in to comment.