I can’t seem to get my exit button to work for NeoGeo using the pifba emulator
My bartop uses button 8 normally and all other buttins are fine. Esc on the keyboard works though.
/opt/retropie/emulators/pifba/fba2x.cfg
[Keyboard]
# Get codes from /usr/include/SDL/SDL_keysym.h
A_1=306
B_1=32
X_1=308
Y_1=304
L_1=122
R_1=120
START_1=13
SELECT_1=9
LEFT_1=276
RIGHT_1=275
UP_1=273
DOWN_1=274
QUIT=27
[Joystick]
# Get codes from “jstest /dev/input/js0”
# from package “joystick”
# Defaults to XBOX 360 Controller
input_device = “Xin-Mo Xin-Mo Controller”
input_driver = “udev”
A_1=1
B_1=4
X_1=2
Y_1=0
L_1=3
R_1=5
START_1=6
SELECT_1=7
#Joystick axis
JA_LR=0
JA_UD=1
Quit_1=8
EXIT_2=8
#player 2 button configuration
A_2=1
B_2=0
X_2=4
Y_2=3
L_2=5
R_2=2
START_2=6
SELECT_2=7
#Joystick axis
JA_LR_2=0
JA_UD_2=1
Spot any issues?