[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 5aa943f475
commit bc5a4d3f6d
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 4 additions and 0 deletions

View File

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