19 Dec 2016, 05:54

Hola,

Estoy construyendo una caja con un arcade stick y sus botones CONECTADOS directamente a la RPI. El objetivo es que no le tenga que conectar otro control para poder jugar. Hasta ahora esta configuración funciona en NES, SNES, Sega Mega Drive, MAME, FBA Libretro, FBA. Sin embargo, en Dreamcast y N64 no lo reconoce.

Intenté hacer lo que menciona este post https://github.com/recalbox/recalbox-os/wiki/Test-your-joystick-with-jstest-(EN)

Pero jstest no lo reconoce como un comando, estoy usando recalbox 4.1. Para dreamcast, esta es mi información

This is the information from files,

emu.cfg

[input]
evdev_device_id_1 = 0
evdev_device_id_2 = 1
evdev_device_id_3 = -1
evdev_device_id_4 = -1
evdev_mapping_1 = /recalbox/share/system/configs/reicast/controllerP1.cfg
evdev_mapping_2 = /recalbox/share/system/configs/reicast/controllerP2.cfg
joystick_device_id = -1

controllerP2.cfg

[compat]
btn_trigger_left = None
btn_trigger_right = None

[emulator]
mapping_name = GPIO Controller 1
btn_escape = None

[dreamcast]
btn_b = None
btn_a = None
btn_x = None
axis_y = None
btn_start = None
btn_y = None
axis_x = None

La palanca la reconoce en /dev/input/js1

Gracias