Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • juxtaposed11
    Participant
    Post count: 3

    Hello!

    When I first built my RetroPie, I used a generic USB SNES controller and was able to get the hotkey functionality to work. When I switched to a new controller, I was able to get all of the button inputs to work successfully, but I can’t get the hotkeys to work properly. See below for an excerpt from my retroarch.cfg file (taken from /opt/retropie/configs/all).

    I verify that all buttons work, specifically start and select, but I’m not having any luck.

    Questions:
    1. Do you think I should create a brand new config file and start from scratch?
    2. If so, how can I do that? I’m happy to check out other links.
    3. Is there any other config file that I could update?
    4. Do you notice any issues with the configs below?
    5. Any other suggestions?

    input_player1_joypad_index = “0”
    input_player1_b_btn = “1”
    input_player1_y_btn = “3”
    input_player1_select_btn = “6”
    input_player1_start_btn = “7”
    input_player1_up_axis = “-1”
    input_player1_down_axis = “+1”
    input_player1_left_axis = “-0”
    input_player1_right_axis = “+0”
    input_player1_a_btn = “0”
    input_player1_x_btn = “2”
    input_player1_l_btn = “4”
    input_player1_r_btn = “5”
    input_player1_l2_btn = “4”
    input_player1_r2_btn = “4”
    input_player1_l3_btn = “4”
    input_player1_r3_btn = “4”
    input_player1_l_x_plus_btn = “4”
    input_player1_l_x_minus_btn = “4”
    input_player1_l_y_plus_btn = “4”
    input_player1_l_y_minus_btn = “4”
    input_player1_r_x_plus_btn = “4”
    input_player1_r_x_minus_btn = “4”
    input_player1_r_y_plus_btn = “4”
    input_player1_r_y_minus_btn = “4”

    input_player2_joypad_index = “1”
    input_player2_b_btn = “1”
    input_player2_y_btn = “3”
    input_player2_select_btn = “6”
    input_player2_start_btn = “7”
    input_player2_up_axis = “-1”
    input_player2_down_axis = “+1”
    input_player2_left_axis = “-0”
    input_player2_right_axis = “+0”
    input_player2_a_btn = “0”
    input_player2_x_btn = “2”
    input_player2_l_btn = “4”
    input_player2_r_btn = “5”
    input_player2_l2_btn = “4”
    input_player2_r2_btn = “4”
    input_player2_l3_btn = “4”
    input_player2_r3_btn = “4”
    input_player2_l_x_plus_btn = “4”
    input_player2_l_x_minus_btn = “4”
    input_player2_l_y_plus_btn = “4”
    input_player2_l_y_minus_btn = “4”
    input_player2_r_x_plus_btn = “4”
    input_player2_r_x_minus_btn = “4”
    input_player2_r_y_plus_btn = “4”
    input_player2_r_y_minus_btn = “4”

    input_enable_hotkey_btn = 6
    input_exit_emulator_btn = 7
    input_save_state_btn = 4
    input_load_state_btn = 5

    Note: Player 2 controller is the exact same controller model.

      Specs:

    Version: RetroPie 2.3
    Controller:

    juxtaposed11
    Participant
    Post count: 3

    Note: I’ve tried including and removing quotes on the hotkeys, to no avail. The controller I’m using is the Buffalo Classic USB Gamepad .

    Thanks in advance for any advice!

    juxtaposed11
    Participant
    Post count: 3

    Ignore this post, sorry about that. After more thorough investigation, I believe this is a problem with one of my controllers.

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