spu: make "simple" interpolation even more simple
[pcsx_rearmed.git] / pandora / pcsx.sh
index a401714..2077a29 100755 (executable)
@@ -1,6 +1,16 @@
 #!/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