diff --git a/tools/retroarch-joyconfig.c b/tools/retroarch-joyconfig.c index df11e6c941..7693489c18 100644 --- a/tools/retroarch-joyconfig.c +++ b/tools/retroarch-joyconfig.c @@ -119,6 +119,7 @@ static struct bind binds[] = { MISC_BIND("Audio mute/unmute", audio_mute), MISC_BIND("Netplay player flip", netplay_flip_players), MISC_BIND("Slow motion", slowmotion), + MISC_BIND("Hotkey enable", enable_hotkey), }; #define MAX_BUTTONS 32