1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-04 16:24:29 +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:
Florian Will 2023-03-27 17:57:08 +02:00 committed by Robin Kertels
parent 6b779206d9
commit 01dc9ddc7d

View File

@ -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) */