Hello, running RetroArch on Raspberry Pi using PetRock’s RetroPi script. I am currently attempting to use a XArcade stick (no trackball) as a control, but am having trouble getting RetroArch to recognize the changes made to the RetroArch.cfg file. I have verified that the XArcade works in EmulationStation. Please note that the XArcade is recognized by the system as a keyboard, so all of the mapping changes need to be to the keyboard.
The changes I have made follow:
Keyboard input. Will recognize normal keypresses and special keys like “left”, “right”, and so on.
Keyboard input, Joypad and Joyaxis will all obey the “nul” bind, which disables the bind completely,
rather than relying on a default.
input_player1_a = “5? input_player1_b = “c” input_player1_y = “lshift” input_player1_x = “z” input_player1_start = “1? input_player1_select = “3? input_player1_l = “lctrl” input_player1_r = “lalt” input_player1_left = “4? input_player1_right = “6? input_player1_up = “8? input_player1_down = “2?
input_player2_a = “e” input_player2_b = “w” input_player2_y = “]” input_player2_x = “6? input_player2_start = “2? input_player2_select = “4? input_player2_l = “a” input_player2_r = “s” input_player2_left = “d” input_player2_right = “g” input_player2_up = “r” input_player2_down = “f”