mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +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("Audio mute/unmute", audio_mute),
|
||||||
MISC_BIND("Netplay player flip", netplay_flip_players),
|
MISC_BIND("Netplay player flip", netplay_flip_players),
|
||||||
MISC_BIND("Slow motion", slowmotion),
|
MISC_BIND("Slow motion", slowmotion),
|
||||||
|
MISC_BIND("Hotkey enable", enable_hotkey),
|
||||||
};
|
};
|
||||||
|
|
||||||
#define MAX_BUTTONS 32
|
#define MAX_BUTTONS 32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user