Add hold bind to joyconfig.
This commit is contained in:
parent
2144ef84fd
commit
380384654c
|
@ -86,6 +86,7 @@ static struct bind binds[] = {
|
|||
MISC_BIND("Save state slot increase", state_slot_increase)
|
||||
MISC_BIND("Save state slot decrease", state_slot_decrease)
|
||||
MISC_BIND("Toggle fast forward", toggle_fast_forward)
|
||||
MISC_BIND("Hold fast forward", hold_fast_forward)
|
||||
MISC_BIND("Audio input rate step up", rate_step_up)
|
||||
MISC_BIND("Audio input rate step down", rate_step_down)
|
||||
MISC_BIND("Rewind", rewind)
|
||||
|
|
Loading…
Reference in New Issue