diff --git a/tools/ssnes-joyconfig.c b/tools/ssnes-joyconfig.c index 7b8ce50121..6dae98f0f1 100644 --- a/tools/ssnes-joyconfig.c +++ b/tools/ssnes-joyconfig.c @@ -104,6 +104,7 @@ static struct bind binds[] = { MISC_BIND("DSP config", dsp_config) MISC_BIND("Audio mute/unmute", audio_mute) MISC_BIND("Netplay player flip", netplay_flip_players) + MISC_BIND("Slow motion", slowmotion) }; static void get_binds(config_file_t *conf, int player, int joypad)