1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-31 05:52:11 +01:00

[util] enable dialog mode for NFS 3 modern patch

This commit is contained in:
Blisto91 2022-07-22 17:25:16 +02:00 committed by Philip Rebohle
parent 8fefb099d7
commit f2d4455cdf

View File

@ -579,6 +579,10 @@ namespace dxvk {
{ R"(\\PortRoyale3\.exe$)", {{
{ "d3d9.allowDoNotWait", "False" },
}} },
/* Need For Speed 3 modern patch */
{ R"(\\nfs3\.exe$)", {{
{ "d3d9.enableDialogMode", "True" },
}} },
}};