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:
parent
8fefb099d7
commit
f2d4455cdf
@ -579,6 +579,10 @@ namespace dxvk {
|
||||
{ R"(\\PortRoyale3\.exe$)", {{
|
||||
{ "d3d9.allowDoNotWait", "False" },
|
||||
}} },
|
||||
/* Need For Speed 3 modern patch */
|
||||
{ R"(\\nfs3\.exe$)", {{
|
||||
{ "d3d9.enableDialogMode", "True" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user