diff --git a/tools/ssnes-joyconfig.c b/tools/ssnes-joyconfig.c index 401f000e69..3f79fd56be 100644 --- a/tools/ssnes-joyconfig.c +++ b/tools/ssnes-joyconfig.c @@ -89,6 +89,7 @@ static struct bind binds[] = { MISC_BIND("Audio input rate step up", rate_step_up) MISC_BIND("Audio input rate step down", rate_step_down) MISC_BIND("Rewind", rewind) + MISC_BIND("Movie recording toggle", movie_record_toggle) }; void get_binds(config_file_t *conf, int player, int joypad)