diff --git a/build/pandora/hase/hase.sh b/build/pandora/hase/hase.sh index feb0fa7..edd5751 100755 --- a/build/pandora/hase/hase.sh +++ b/build/pandora/hase/hase.sh @@ -8,14 +8,4 @@ if [ -d /mnt/utmp/hase/share ];then fi export SDL_AUDIODRIVER="alsa" -#cat /proc/pandora/nub0/mode > /tmp/nub0mode_before_hase -#cat /proc/pandora/nub1/mode > /tmp/nub1mode_before_hase -#echo absolute > /proc/pandora/nub0/mode -#echo absolute > /proc/pandora/nub1/mode - ./hase $* - -#cat /tmp/nub0mode_before_hase > /proc/pandora/nub0/mode -#cat /tmp/nub1mode_before_hase > /proc/pandora/nub1/mode - -rm /tmp/nub0mode_before_hase /tmp/nub1mode_before_hase