Skip to content

Commit

Permalink
Removed some unused lines in the pandora launch script
Browse files Browse the repository at this point in the history
  • Loading branch information
theZiz committed Sep 21, 2015
1 parent 9f5e11d commit 46a782f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build/pandora/hase/hase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 46a782f

Please sign in to comment.