#97870
gooz74
Participant

Hello,

thanks to the patch I can now see the joystick with 4 axes instead of 2 but still I can’t manage to get the second player to play in FBA games.
I mapped the buttons in fba2x.cfg as they appear in jstest.
I can’t see what I did wrong

[Joystick]
# Get codes from “jstest /dev/input/js0”
# from package “joystick”
A_1=0
B_1=1
X_1=2
Y_1=3
L_1=4
R_1=5
START_1=7
SELECT_1=6
#Joystick axis
JA_LR=1
JA_UD=0
#player 2 button configuration
A_2=10
B_2=11
X_2=12
Y_2=13
L_2=14
R_2=15
START_2=17
SELECT_2=16
#Joystick axis
JA_LR_2=3
JA_UD_2=2