mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 02:00:41 +00:00
Add input_enable_hotkey to joyconfig.
This commit is contained in:
parent
0ac3ee7d31
commit
d875c78988
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user