From 799b0b8773d6add1de99efd582c93701b82e970d Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 6 Feb 2011 01:27:48 +0200 Subject: frontend: support analog controller using nubs; some refactoring also enable frameskip by default, it makes the experience a bit better on most games. --- pandora/pcsx.sh | 9 +++++++++ pandora/readme.txt | 3 +++ 2 files changed, 12 insertions(+) (limited to 'pandora') 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 ------- -- cgit v1.2.3