Homepage Forums RetroPie Project Ideas for Further Enhancements Mupen64plus (ricrpi branch) Reply To: Mupen64plus (ricrpi branch)

#83294
ricrpi
Participant

gizmo98

Have you tried using the ‘Joy Mapping Stop’ parameter in the mupen64plus.cfg file? You need to set it to somthing like ‘J0B9’ (for joystick 0, Button 9).

Hat buttons look more troublesome in the code. One must use J0HxVd where x is the Hat axis number and d is the dirction&magnitude.

There is probably a program to find button numbers easily however I usually use:

`cat /dev/[joystick0?] | hexdump -e ‘8/1 “%02X ” “\n”‘

If you think the code is broken then could you raise an issue on the repo.