spunull: Add missing callback and fix prototypes
[pcsx_rearmed.git] / pandora / pcsx.sh
diff --git a/pandora/pcsx.sh b/pandora/pcsx.sh
deleted file mode 100755 (executable)
index 2062e78..0000000
+++ /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