Add hold bind to joyconfig.

This commit is contained in:
Themaister 2011-05-24 11:56:55 +02:00
parent 2144ef84fd
commit 380384654c

View File

@ -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)