Homepage Forums RetroPie Project Everything else related to the RetroPie Project How to enable autofire in retroarch?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4955
    cacophony555
    Participant

    How do I enable autofire (aka turbo button) in retroarch?

    I tried adding this to my retroarch.cfg file but it didn’t do anything:

    input_player1_turbo = “4”
    input_turbo_period = 6
    input_turbo_duty_cycle = 3

    According to the comments, while I’m holding button “4” other button presses should repeat at the interval specified, but it doesn’t repeat at all.

    #4965
    trimmtrabb
    Participant

    Hi, try putting quotation marks either side of the numbers:

    input_player1_turbo = "4"
    input_turbo_period = "6"
    input_turbo_duty_cycle = "3"
    #4971
    cacophony555
    Participant

    Adding quotes didn’t help unfortunately. Have you seen it work?

    #5046
    cacophony555
    Participant

    I figured it out. You need to add _btn to the end for gamepad buttons, so it needs to be:

    input_player1_turbo_btn = “4″

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