#5961
obert01
Participant

Hello,

I solved this strange player swaping issue by manually correcting the values of the input_player2_joypad_index in file RetroPie/configs/all/retroarch.cfg.
This value could be incorrectly set in particular if you use RGUI to configure your pads.

You should ensure that no joypad has the same index, and particularly for player1 and player2.

Wrong settings:

input_player1_joypad_index = "0"
input_player2_joypad_index = "0"

Good settings:

input_player1_joypad_index = "0"
input_player2_joypad_index = "1"

Hopes that helps,

Olivier