Skip to content

Commit 9fdd60a

Browse files
authored
Fix default hotkeys (#18311)
1 parent ba95a1f commit 9fdd60a

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

config.def.keybinds.h

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,27 @@ static const struct retro_keybind retro_keybinds_1[] = {
10901090
RARCH_HALT_REPLAY_KEY, NO_BTN, NO_BTN, 0,
10911091
true
10921092
},
1093+
{
1094+
NULL, NULL,
1095+
AXIS_NONE, AXIS_NONE,
1096+
MENU_ENUM_LABEL_VALUE_INPUT_META_SAVE_REPLAY_CHECKPOINT_KEY, RETROK_UNKNOWN,
1097+
RARCH_SAVE_REPLAY_CHECKPOINT_KEY, NO_BTN, NO_BTN, 0,
1098+
true
1099+
},
1100+
{
1101+
NULL, NULL,
1102+
AXIS_NONE, AXIS_NONE,
1103+
MENU_ENUM_LABEL_VALUE_INPUT_META_PREV_REPLAY_CHECKPOINT_KEY, RETROK_UNKNOWN,
1104+
RARCH_PREV_REPLAY_CHECKPOINT_KEY, NO_BTN, NO_BTN, 0,
1105+
true
1106+
},
1107+
{
1108+
NULL, NULL,
1109+
AXIS_NONE, AXIS_NONE,
1110+
MENU_ENUM_LABEL_VALUE_INPUT_META_NEXT_REPLAY_CHECKPOINT_KEY, RETROK_UNKNOWN,
1111+
RARCH_NEXT_REPLAY_CHECKPOINT_KEY, NO_BTN, NO_BTN, 0,
1112+
true
1113+
},
10931114
{
10941115
NULL, NULL,
10951116
AXIS_NONE, AXIS_NONE,
@@ -1739,6 +1760,27 @@ static const struct retro_keybind retro_keybinds_1[] = {
17391760
RARCH_HALT_REPLAY_KEY, NO_BTN, NO_BTN, 0,
17401761
true
17411762
},
1763+
{
1764+
NULL, NULL,
1765+
AXIS_NONE, AXIS_NONE,
1766+
MENU_ENUM_LABEL_VALUE_INPUT_META_SAVE_REPLAY_CHECKPOINT_KEY, RETROK_UNKNOWN,
1767+
RARCH_SAVE_REPLAY_CHECKPOINT_KEY, NO_BTN, NO_BTN, 0,
1768+
true
1769+
},
1770+
{
1771+
NULL, NULL,
1772+
AXIS_NONE, AXIS_NONE,
1773+
MENU_ENUM_LABEL_VALUE_INPUT_META_PREV_REPLAY_CHECKPOINT_KEY, RETROK_UNKNOWN,
1774+
RARCH_PREV_REPLAY_CHECKPOINT_KEY, NO_BTN, NO_BTN, 0,
1775+
true
1776+
},
1777+
{
1778+
NULL, NULL,
1779+
AXIS_NONE, AXIS_NONE,
1780+
MENU_ENUM_LABEL_VALUE_INPUT_META_NEXT_REPLAY_CHECKPOINT_KEY, RETROK_UNKNOWN,
1781+
RARCH_NEXT_REPLAY_CHECKPOINT_KEY, NO_BTN, NO_BTN, 0,
1782+
true
1783+
},
17421784
{
17431785
NULL, NULL,
17441786
AXIS_NONE, AXIS_NONE,

0 commit comments

Comments
 (0)