Something really strange about SDL2 (at least on the pie) is that they number joysticks backwards… So I have to do this in every system retroarch.cfg file.
input_player1_joypad_index = 3 input_player2_joypad_index = 2 input_player3_joypad_index = 1 input_player4_joypad_index = 0
This may not seem immediately clear but in this case player order is very important.
Is there a place I can do this globally? No issues in doing it file by file, just curios.