From 8886a80857ea5329717a54f4deb37d8e974ffc9c Mon Sep 17 00:00:00 2001
From: notaz
Date: Sun, 11 Jan 2015 23:35:35 +0200
Subject: frontend: show C64x option
---
frontend/pandora/pcsx.sh | 3 +++
1 file changed, 3 insertions(+)
(limited to 'frontend/pandora')
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
--
cgit v1.2.3
From ba10822d813767632c528102055e3eeb54730b2c Mon Sep 17 00:00:00 2001
From: notaz
Date: Wed, 14 Jan 2015 00:47:44 +0200
Subject: frontend: pandora: work around r20a vs r21 versioning
otherwise PNDManager doesn't want to update..
---
frontend/pandora/pcsx.pxml.templ | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'frontend/pandora')
diff --git a/frontend/pandora/pcsx.pxml.templ b/frontend/pandora/pcsx.pxml.templ
index 7ae3c6c..f748065 100644
--- a/frontend/pandora/pcsx.pxml.templ
+++ b/frontend/pandora/pcsx.pxml.templ
@@ -4,7 +4,7 @@
PCSX ReARMed
-
+
@@ -25,7 +25,7 @@ The emulator features MIPS->ARM recompiler by Ari64 and ARM NEON GPU by Exophase
-
+
--
cgit v1.2.3