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:
parent
21ca9b91d0
commit
3733590756
@ -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" },
|
||||||
|
}} },
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user