Open GoogleCodeExporter opened 9 years ago
Please use testjoystick to verify that the controller is working:
Check that you are using a mupen64plus build against SDL2 or SDL1.2 != 1.2.15
(1.2.15 has a bug which kills some axis on devices with many axis). Just try to
compile the sdl tests/testjoystick.c (can be found in the SDL sources) and
check what information it shows for when starting it with the correct parameter
(most likely 0 for your joystick) and you move the axis. You can now change the
mode of your joystick to 0 in mupen64plus.cfg and rearrange the buttons/axis
(use the information from the testjoystick program).
For the SDL1.2 version:
wget http://hg.libsdl.org/SDL/raw-file/fba40d9f4a73/test/testjoystick.c -O
testjoystick.c
gcc `sdl-config --cflags` testjoystick.c `sdl-config --libs` -o testjoystick
./testjoystick 0
For the SDL2 version
wget http://hg.libsdl.org/SDL/raw-file/d6eabafa8776/test/testjoystick.c -O
testjoystick.c
gcc `sdl2-config --cflags` testjoystick.c `sdl2-config --libs` -o testjoystick
./testjoystick 0
Original comment by s...@narfation.org
on 18 Dec 2013 at 12:08
Original issue reported on code.google.com by
bdeono...@gmail.com
on 9 Nov 2012 at 9:06