diff --git a/tools/ssnes-joyconfig.c b/tools/ssnes-joyconfig.c index f87b05c9e2..a0ecf19d04 100644 --- a/tools/ssnes-joyconfig.c +++ b/tools/ssnes-joyconfig.c @@ -98,6 +98,7 @@ static struct bind binds[] = { MISC_BIND("Cheat index plus", cheat_index_plus) MISC_BIND("Cheat index minus", cheat_index_minus) MISC_BIND("Screenshot", screenshot) + MISC_BIND("DSP config", dsp_config) }; static void get_binds(config_file_t *conf, int player, int joypad)