mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
Bind action_select for 'Load Content'
This commit is contained in:
parent
c47636066f
commit
7dac8d1981
@ -3523,6 +3523,7 @@ static bool setting_append_list_main_menu_options(
|
|||||||
(*list)[list_info->index - 1].value.string = global->fullpath;
|
(*list)[list_info->index - 1].value.string = global->fullpath;
|
||||||
(*list)[list_info->index - 1].action_left = load_content_action_toggle;
|
(*list)[list_info->index - 1].action_left = load_content_action_toggle;
|
||||||
(*list)[list_info->index - 1].action_right = load_content_action_toggle;
|
(*list)[list_info->index - 1].action_right = load_content_action_toggle;
|
||||||
|
(*list)[list_info->index - 1].action_select = load_content_action_toggle;
|
||||||
menu_settings_list_current_add_cmd(list, list_info, EVENT_CMD_LOAD_CONTENT);
|
menu_settings_list_current_add_cmd(list, list_info, EVENT_CMD_LOAD_CONTENT);
|
||||||
settings_data_list_current_add_flags(list, list_info, SD_FLAG_BROWSER_ACTION);
|
settings_data_list_current_add_flags(list, list_info, SD_FLAG_BROWSER_ACTION);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user