Viewing 1 post (of 1 total)
  • Author
    Posts
  • jaymzwise
    Participant
    Post count: 19

    Hi !

    I’ve installed Retropie 3.0 Beta2 on my rPi2 and I have some problems with my XBOX360 controller. Everything worked fine under Retropie 2.6, I could map buttons like I wanted.
    Under Retropie 3.0 Beta2 I can only use A and B buttons. For example, in Alex Kidd, A is Jump and B is Attack, I want to map Attack on Y button but none of my modifications in /opt/retropie/configs/mastersystem/retroarch.cfg are efficient.

    My retroarch.cfg :

    input_device = "Xbox Gamepad (userspace driver)"
    input_driver = "udev"
    input_b_btn = "6"
    input_y_btn = "4"
    input_select_btn = "12"
    input_start_btn = "13"
    input_up_btn = "0"
    input_down_btn = "1"
    input_left_btn = "2"
    input_right_btn = "3"
    input_a_btn = "5"
    input_x_btn = "7"
    input_l_btn = "8"
    input_r_btn = "9"
    input_l2_btn = "10"
    input_r2_btn = "11"
    input_l3_btn = "15"
    input_r3_btn = "16"
    input_l_x_plus_axis = "+0"
    input_l_x_minus_axis = "-0"
    input_l_y_plus_axis = "+1"
    input_l_y_minus_axis = "-1"
    input_r_x_plus_axis = "+2"
    input_r_x_minus_axis = "-2"
    input_r_y_plus_axis = "+3"
    input_r_y_minus_axis = "-3"
    input_enable_hotkey_btn = "12"
    input_exit_emulator_btn = "13"
    input_menu_toggle_btn = "7"
    input_load_state_btn = "8"
    input_save_state_btn = "9"
    input_reset_btn = "4"
    input_state_slot_increase_btn = "3"
    input_state_slot_decrease_btn = "2"

    Thanks !

Viewing 1 post (of 1 total)
  • The forum ‘Controller Configuration in RetroPie’ is closed to new topics and replies.