Add input_enable_hotkey to joyconfig.

This commit is contained in:
Themaister 2012-11-02 23:27:08 +01:00
parent 0ac3ee7d31
commit d875c78988

View File

@ -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