Homepage Forums RetroPie Project Everything else related to the RetroPie Project Problems with the Xbox360 Controller; Buttons are switched

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #89866
    semml
    Participant

    Hey everybody, I have a problem with my Xbox 360 Controllers. I installed em with the original microsoft xbox wireless adapter. But the x and y button are switched and the a and b button are switched in my psx emulator. I did everything like it was described in this article https://github.com/retropie/RetroPie-Setup/wiki/Setting-up-the-XBox360-controller.

    here is my retroarch.cfg:

    input_player1_joypad_index = "0"
    input_player1_b_btn = "1"
    input_player1_y_btn = "3"
    input_player1_select_btn = "8"
    input_player1_start_btn = "9"
    input_player1_up_axis = "-5"
    input_player1_down_axis = "+5"
    input_player1_left_axis = "-4"
    input_player1_right_axis = "+4"
    input_player1_a_btn = "0"
    input_player1_x_btn = "2"
    input_player1_l_btn = "4"
    input_player1_r_btn = "5"
    input_player1_l2_btn = "6"
    input_player1_r2_btn = "7"
    input_player1_l3_btn = "11"
    input_player1_r3_btn = "12"
    input_player1_l_x_plus_axis = "+0"
    input_player1_l_x_minus_axis = "-0"
    input_player1_l_y_plus_axis = "+1"
    input_player1_l_y_minus_axis = "-1"
    input_player1_r_x_plus_axis = "+2"
    input_player1_r_x_minus_axis = "-2"
    input_player1_r_y_plus_axis = "+3"
    input_player1_r_y_minus_axis = "-3"

    any suggestions?

    #89880
    labelwhore
    Participant

    Why not simply change the y button to 2, the x button to 3, and a to 1 and b to 0 in that file?

    Doing so will also change the other emulators. If you want to change only psx, then copy the 4 lines into the retroarch.cfg file in the configs/psx folder, and change them there.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.