diff --git a/tools/ssnes-joyconfig.c b/tools/ssnes-joyconfig.c index a0ecf19d04..de2ed75a51 100644 --- a/tools/ssnes-joyconfig.c +++ b/tools/ssnes-joyconfig.c @@ -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)