mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
(iOS) Add the input_enable_hotkey setting to the settings menu
This commit is contained in:
parent
0c2261aa01
commit
05bf7acffb
@ -188,7 +188,9 @@ static RASettingData* custom_action(NSString* action)
|
||||
nil],
|
||||
nil]),
|
||||
group_setting(@"System Keys", [NSArray arrayWithObjects:
|
||||
// TODO: Many of these strings will be cut off on an iPhone
|
||||
[NSArray arrayWithObjects:@"System Keys",
|
||||
button_setting(config, @"input_enable_hotkey", @"Hotkey Enable (Always on if not set)", @""),
|
||||
button_setting(config, @"input_save_state", @"Save State", @"f2"),
|
||||
button_setting(config, @"input_load_state", @"Load State", @"f4"),
|
||||
button_setting(config, @"input_state_slot_increase", @"Next State Slot", @"f7"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user