Hello All, Never posted here before and new to Batocera. I have been using Retropie for my arcade builds. I just tested out Batocera on my Pi4 and love it!
I have one issue and can’t find the answer in the documentation. I have a 4 player Retropie cabinet, from left to right is player 1-2-3-4. I make sure the player order matches the Pi USB index.
Player 1 = USB 0
Player 2 = USB 1
Player 3 = USB 2
Player 4 = USB 3
This default is perfect for all my 4 player games.
When I run a 2 or 3 player game I have a per rom config file and swaps the player index order, so player 2 position is now player 1. (Left to right is player 4-1-2-3)
Retropie per rom config sample:
input_player1_joypad_index = “3”
input_player2_joypad_index = “0”
input_player3_joypad_index = “1”
input_player4_joypad_index = “2”
Can I do this with Batocera? If so, how?