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=2062e782ec05f944b686ca12a5990d703efeea25;hpb=799b0b8773d6add1de99efd582c93701b82e970d;p=pcsx_rearmed.git diff --git a/pandora/pcsx.sh b/pandora/pcsx.sh deleted file mode 100755 index 2062e782..00000000 --- a/pandora/pcsx.sh +++ /dev/null @@ -1,15 +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 - -echo "$nub0mode" > /proc/pandora/nub0/mode -echo "$nub1mode" > /proc/pandora/nub1/mode