X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fpandora%2Fpcsx.sh;h=0957b94532c914d7dc6cc5f94092682d7b6d9bb6;hp=2077a29ad53451903068618dea387042c9decf8c;hb=4ea086f6049c3f2c286f1a4e1e23b5763629067a;hpb=9ed4ca47610027e8a0448d61389df5a583bd659b diff --git a/frontend/pandora/pcsx.sh b/frontend/pandora/pcsx.sh index 2077a29a..0957b945 100755 --- a/frontend/pandora/pcsx.sh +++ b/frontend/pandora/pcsx.sh @@ -3,8 +3,7 @@ # 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 +/usr/pandora/scripts/op_nubchange.sh absolute absolute ./pcsx "$@" @@ -12,5 +11,4 @@ echo absolute > /proc/pandora/nub1/mode ./picorestore sudo -n /usr/pandora/scripts/op_lcdrate.sh 60 -echo "$nub0mode" > /proc/pandora/nub0/mode -echo "$nub1mode" > /proc/pandora/nub1/mode +/usr/pandora/scripts/op_nubchange.sh $nub0mode $nub1mode