From 05bf7acffb0041ae9a651a16321ab236aa96f500 Mon Sep 17 00:00:00 2001 From: meancoot Date: Fri, 29 Mar 2013 20:22:21 -0400 Subject: [PATCH] (iOS) Add the input_enable_hotkey setting to the settings menu --- ios/RetroArch/settings/RASettingsList.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ios/RetroArch/settings/RASettingsList.m b/ios/RetroArch/settings/RASettingsList.m index c5148ce2cc..6d6c3f3e32 100644 --- a/ios/RetroArch/settings/RASettingsList.m +++ b/ios/RetroArch/settings/RASettingsList.m @@ -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"),