Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • simillarian
    Participant
    Post count: 27

    I have tried to configure it to use the analog stick instead of the dpad without any luck. I have edited /opt/retropie/configs/fba/retroarch.cfg like this…

    
    input_remapping_directory = /opt/retropie/configs/fba/
    input_up_btn = "-1"
    input_down_btn = "+1"
    input_left_btn = "-0"
    input_right_btn = "+0"
    

    I got the numbers from the /opt/retropie/configs/all/retroarch-joypads/PLAYSTATION(R)3Controller.cfg file.

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

    Has anyone accomplished this?

    dudleydes
    Participant
    Post count: 139

    Try adding the following line to /opt/retropie/configs/fba/retroarch.cfg :

    input_player1_analog_dpad_mode = "1"

    simillarian
    Participant
    Post count: 27

    It works now. Thanks! :D

    herbfargus
    Member
    Post count: 1858

    It can be easily edited from the retropie setup script. I’ll make a wiki page on it… Eventually

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