Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Controller Stops Working after in SNES #5965
    obert01
    Participant

    The solution may be to play with the value of input_player2_joypad_index in retroarch.cfg as described here:

    Controller will not work for SMB All Stars/World

    In the default configuration, input_player1_joypad_index and input_player2_joypad_index have the same value: “0”. This leads to confusions in the pocketsnes-libretro core apparently.

    Olivier

    in reply to: Controller will not work for SMB All Stars/World #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

Viewing 2 posts - 1 through 2 (of 2 total)