aboutsummaryrefslogtreecommitdiff
path: root/frontend/pandora/pcsx.sh
diff options
context:
space:
mode:
authorTwinaphex2015-01-25 22:49:32 +0100
committerTwinaphex2015-01-25 22:49:32 +0100
commitcebb70f24ab54693b12aaa27b85a52689e26e1ff (patch)
tree854c202544c75e486d4243b34366162f03f082eb /frontend/pandora/pcsx.sh
parentbe1294d017cba3f18cf66597f0cbed207fed26bf (diff)
parent4e9adec1930817da2031fd044dc74c0f454a0079 (diff)
downloadpcsx_rearmed-cebb70f24ab54693b12aaa27b85a52689e26e1ff.tar.gz
pcsx_rearmed-cebb70f24ab54693b12aaa27b85a52689e26e1ff.tar.bz2
pcsx_rearmed-cebb70f24ab54693b12aaa27b85a52689e26e1ff.zip
Merge pull request #12 from notaz/for_libretro
r21 merge
Diffstat (limited to 'frontend/pandora/pcsx.sh')
-rwxr-xr-xfrontend/pandora/pcsx.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/pandora/pcsx.sh b/frontend/pandora/pcsx.sh
index a69ca31..710f641 100755
--- a/frontend/pandora/pcsx.sh
+++ b/frontend/pandora/pcsx.sh
@@ -10,6 +10,9 @@ nub1mode=`cat /proc/pandora/nub1/mode`
# no big deal if this fails, only performance loss
sudo -n /usr/pandora/scripts/op_hugetlb.sh 24
+# C64x DSP for SPU
+sudo -n /usr/pandora/scripts/op_dsp_c64.sh
+
./pcsx "$@"
# restore stuff if pcsx crashes