3 [[ "$CARCH" = 'i686' ]] && return 0
4 echo " > If you are on Arch64, configure wine for 32-bit first:"
6 echo " WINEARCH=32 winecfg"
8 echo " > Please register the DLL as USER:"
10 echo " regsvr32 wineasio.dll"
12 echo " > ALSA must also be the ONLY audio output in Wine(cfg)"
19 # vim:set ts=2 sw=2 et: