Homepage Forums RetroPie Project Everything else related to the RetroPie Project [RESOLVED] input_menu key mapping help

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #82969
    croc
    Participant

    Hi,

    I’ve nes30 bluetooth pad and they work nicely with retroarch.

    Shortkey like exit, save/load state and going to menu with hotkey and a pad button works.

    My problem is once in the rgui retroarch menu i can’t go up/down and only A/B buttons works.

    any help plz ?

    here’s my retroarch.cfg:
    “””
    input_player1_joypad_index = “0”
    input_player1_b_btn = “14”
    input_player1_y_btn = “11”
    input_player1_select_btn = “17”
    input_player1_start_btn = “18”
    input_player1_a_btn = “13”
    input_player1_x_btn = “12”
    input_player1_l_btn = “15”
    input_player1_r_btn = “16”
    input_player1_up_axis = “-1”
    input_player1_down_axis = “+1”
    input_player1_left_axis = “-0”
    input_player1_right_axis = “+0”

    input_player2_joypad_index = “1”
    input_player2_b_btn = “14”
    input_player2_y_btn = “11”
    input_player2_select_btn = “17”
    input_player2_start_btn = “18”
    input_player2_a_btn = “13”
    input_player2_x_btn = “12”
    input_player2_l_btn = “15”
    input_player2_r_btn = “16”
    input_player2_up_axis = “-1”
    input_player2_down_axis = “+1”
    input_player2_left_axis = “-0”
    input_player2_right_axis = “+0”

    input_enable_hotkey_btn = “15”
    input_exit_emulator_btn = “12”
    input_menu_toggle_btn = “16”

    # not used anymore, want to use menu rgui for that
    #input_save_state_btn = “17”
    #input_load_state_btn = “16”

    “””

    #83002
    croc
    Participant

    solved:

    reading:
    http://www.libretro.com/forums/viewtopic.php?f=2&t=2489&p=18308&hilit=axis#p18308

    so i add to retroarch.cfg:
    input_player1_analog_dpad_mode = “3”
    input_player2_analog_dpad_mode = “3”

    and it works

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.