1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 14:52:10 +01:00

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

This commit is contained in:
Blisto91 2022-07-09 01:00:21 +02:00 committed by GitHub
parent 21ca9b91d0
commit 3733590756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -592,6 +592,11 @@ namespace dxvk {
{ R"(\\bionic_commando\.exe$)", {{ { R"(\\bionic_commando\.exe$)", {{
{ "d3d9.maxFrameRate", "60" }, { "d3d9.maxFrameRate", "60" },
}} }, }} },
/* Port Royale 3 *
* Fixes infinite loading screens */
{ R"(\\PortRoyale3\.exe$)", {{
{ "d3d9.allowDoNotWait", "False" },
}} },
}}; }};