Homepage Forums RetroPie Project Controller Configuration in RetroPie Exiting Retroarch without hotkeys?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #110485
    dethmasta
    Participant

    I use a ibuffalo snes controller and have exit emulator as L+Select, and that works fine. But the problem is the L button does different hotkey functions in the emulators and I would just like to turn off all hotkeys and only have the exit emulator. Even if I have to just use L+Select as the enter Retroarch menu and quit from there. Does anyone know how I can do anything like that?

    #110486
    herbfargus
    Member

    access your autoconfig file for the controller you are using in this folder:

    /opt/retropie/configs/all/retroarch-joypads

    and then remove all the hotkey references that you don’t want (for example in the following take out all these references except the input exit emulator button and input enable hotkey button

    
    input_save_state_btn = "5"
    input_exit_emulator_btn = "9"
    input_load_state_btn = "4"
    input_reset_btn = "2"
    input_state_slot_increase_axis = "+0"
    input_menu_toggle_btn = "0"
    input_enable_hotkey_btn = "8"
    input_state_slot_decrease_axis = "-0"
    #110492
    dethmasta
    Participant

    Thank you, that worked!

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