release r15
[pcsx_rearmed.git] / frontend / pandora / pcsx.sh
1 #!/bin/sh
2
3 # stupid nub mode thing
4 nub0mode=`cat /proc/pandora/nub0/mode`
5 nub1mode=`cat /proc/pandora/nub1/mode`
6 /usr/pandora/scripts/op_nubchange.sh absolute absolute
7
8 ./pcsx "$@"
9
10 # restore stuff if pcsx crashes
11 ./picorestore
12 sudo -n /usr/pandora/scripts/op_lcdrate.sh 60
13
14 /usr/pandora/scripts/op_nubchange.sh $nub0mode $nub1mode