aboutsummaryrefslogtreecommitdiff
path: root/pandora
diff options
context:
space:
mode:
authornotaz2011-02-06 01:27:48 +0200
committernotaz2011-02-10 02:06:49 +0200
commit799b0b8773d6add1de99efd582c93701b82e970d (patch)
tree0528027f543febe28702d3256f84c96b0fa37454 /pandora
parentc89cd762a63a78e30a59955e705e29ff3d5ae3b8 (diff)
downloadpcsx_rearmed-799b0b8773d6add1de99efd582c93701b82e970d.tar.gz
pcsx_rearmed-799b0b8773d6add1de99efd582c93701b82e970d.tar.bz2
pcsx_rearmed-799b0b8773d6add1de99efd582c93701b82e970d.zip
frontend: support analog controller using nubs; some refactoring
also enable frameskip by default, it makes the experience a bit better on most games.
Diffstat (limited to 'pandora')
-rwxr-xr-xpandora/pcsx.sh9
-rw-r--r--pandora/readme.txt3
2 files changed, 12 insertions, 0 deletions
diff --git a/pandora/pcsx.sh b/pandora/pcsx.sh
index a401714..2062e78 100755
--- a/pandora/pcsx.sh
+++ b/pandora/pcsx.sh
@@ -1,6 +1,15 @@
#!/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
diff --git a/pandora/readme.txt b/pandora/readme.txt
index 8939ece..c0a59d2 100644
--- a/pandora/readme.txt
+++ b/pandora/readme.txt
@@ -40,6 +40,9 @@ to work. To use real BIOS, copy uncompressed BIOS files to
[sd card]/pandora/appdata/pcsx_rearmed/bios/
then select the BIOS you want to use in Options->BIOS/Plugins menu.
+Analog controllers are supported using nubs, but this is disabled by
+default and needs to be enabled in 'Controls' menu.
+
Plugins
-------