X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=pandora%2Fpcsx.sh;h=bc1d6c53978906c59456df7ed1acb7f6c51d1909;hb=HEAD;hp=2077a29ad53451903068618dea387042c9decf8c;hpb=366631aa62737a8a715e80bcb35cb198fae5fd29;p=pcsx_rearmed.git diff --git a/pandora/pcsx.sh b/pandora/pcsx.sh deleted file mode 100755 index 2077a29a..00000000 --- a/pandora/pcsx.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -# stupid nub mode thing -nub0mode=`cat /proc/pandora/nub0/mode` -nub1mode=`cat /proc/pandora/nub1/mode` -echo absolute > /proc/pandora/nub0/mode -echo absolute > /proc/pandora/nub1/mode - -./pcsx "$@" - -# restore stuff if pcsx crashes -./picorestore -sudo -n /usr/pandora/scripts/op_lcdrate.sh 60 - -echo "$nub0mode" > /proc/pandora/nub0/mode -echo "$nub1mode" > /proc/pandora/nub1/mode