mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-05 01:24:14 +01:00
[util] Add new "Zusi 3" exe filename
In addition to the legacy "ZusiSim.exe" executable, the recent 3.5 release added a 64-bit "ZusiSim.64.exe" executable. This is now the default executable when launching the game in Steam. The game is unplayable without this option, so update the regex for Zusi 3. Fixes #3250.
This commit is contained in:
parent
6b779206d9
commit
01dc9ddc7d
@ -462,7 +462,7 @@ namespace dxvk {
|
|||||||
{ "d3d9.allowDiscard", "False" },
|
{ "d3d9.allowDiscard", "False" },
|
||||||
}} },
|
}} },
|
||||||
/* ZUSI 3 - Aerosoft Edition */
|
/* ZUSI 3 - Aerosoft Edition */
|
||||||
{ R"(\\ZusiSim\.exe$)", {{
|
{ R"(\\ZusiSim(\.64)?\.exe$)", {{
|
||||||
{ "d3d9.noExplicitFrontBuffer", "True" },
|
{ "d3d9.noExplicitFrontBuffer", "True" },
|
||||||
}} },
|
}} },
|
||||||
/* GTA IV (NVAPI) */
|
/* GTA IV (NVAPI) */
|
||||||
|
Loading…
Reference in New Issue
Block a user