Revert old glide method

This commit is contained in:
mollusk 2021-01-25 15:13:07 -07:00
parent 97e883237d
commit 841ee333cf

View File

@ -49,7 +49,7 @@ getDeps(){
} }
getTricks(){ getTricks(){
WINEPREFIX="${PREFIX}" WINEARCH="${ARCH}" winetricks directx9 directplay comctl32ocx glidewrapper WINEPREFIX="${PREFIX}" WINEARCH="${ARCH}" winetricks directx9 directplay comctl32ocx
echo -e "\nGetting Glide for D2\n" echo -e "\nGetting Glide for D2\n"
@ -92,7 +92,7 @@ runGame(){
exit 0; exit 0;
fi fi
WINEPREFIX="${PREFIX}" WINEARCH="${ARCH}" wine "Diablo II.exe" WINEPREFIX="${PREFIX}" WINEARCH="${ARCH}" wine "Diablo II.exe" " -3dfx"
} }
@ -158,7 +158,7 @@ case "${1}" in
installD2 installD2
installLOD installLOD
getTricks getTricks
#getGlide getGlide
runGame runGame
;; ;;