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 ...