Skip to content

Commit

Permalink
[util] Add new "Zusi 3" exe filename
Browse files Browse the repository at this point in the history
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 doitsujin#3250.
  • Loading branch information
w-flo authored and Etaash-mathamsetty committed Jul 16, 2023
1 parent 25cc177 commit 3ba8f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ namespace dxvk {
{ "d3d9.allowDiscard", "False" },
}} },
/* ZUSI 3 - Aerosoft Edition */
{ R"(\\ZusiSim\.exe$)", {{
{ R"(\\ZusiSim(\.64)?\.exe$)", {{
{ "d3d9.noExplicitFrontBuffer", "True" },
}} },
/* GTA IV (NVAPI) */
Expand Down

0 comments on commit 3ba8f1d

Please sign in to comment.