Skip to content

Instantly share code, notes, and snippets.

@ohac
Created September 25, 2021 10:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ohac/ae64d5f9195ad825ab85f865a9c53ed2 to your computer and use it in GitHub Desktop.
Save ohac/ae64d5f9195ad825ab85f865a9c53ed2 to your computer and use it in GitHub Desktop.
#!/bin/sh
export OP=$PATH
#export BASEPATH=$HOME/.PlayOnLinux/wine/linux-amd64/5.12 # TODO failed !
export BASEPATH=$HOME/.PlayOnLinux/wine/linux-amd64/5.7
export PATH=$BASEPATH/bin:$OP
export WINEARCH=win64
export WINEPREFIX=$HOME/wineDrives/dot.wine64.voidol
export WINE=wine64
#winecfg # to Windows 10
#winecfg # change DPI?
#$WINE regsvr32 wineasio.dll
#$WINE $HOME/Downloads/VoidolSetup.exe
export WINEASIO_NUMBER_INPUTS=1
export WINEASIO_NUMBER_OUTPUTS=2
$WINE $WINEPREFIX/drive_c/Program\ Files/Voidol/Voidol.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment