Sonic Adventure 2
protonopenGame compatibility - UnofficialXAudio2.NET
#502 路 17 comments
路 updated 2022-04-05
路 2 matching
... export WINEPREFIX=$installDirectory
if [ ! -d "$installDirectory" ]; then
export
WINEARCH=win32
winetricks dotnet20 d3dx9
"$proton" "$gameDirectory"/Launcher.exe
else ...
comment by
PhoenixLandPirate 路 2019-11-28 路
view 路
github ... export WINEPREFIX=$installDirectory
>
> if [ ! -d "$installDirectory" ]; then
> export
WINEARCH=win32
> winetricks dotnet20 d3dx9
> "$proton" "$gameDirectory"/Launcher.exe
> else ...