mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
Rename menu_entries_add to menu_entries_append
This commit is contained in:
parent
b03e3791b5
commit
6d870129c6
@ -2287,7 +2287,7 @@ static int menu_displaylist_parse_settings_internal(void *data,
|
||||
goto loop;
|
||||
|
||||
|
||||
menu_entries_add(info->list, short_description,
|
||||
menu_entries_append(info->list, short_description,
|
||||
name, menu_setting_set_flags(setting), 0, 0);
|
||||
count++;
|
||||
|
||||
|
@ -505,7 +505,7 @@ error:
|
||||
return false;
|
||||
}
|
||||
|
||||
void menu_entries_add(file_list_t *list, const char *path, const char *label,
|
||||
void menu_entries_append(file_list_t *list, const char *path, const char *label,
|
||||
unsigned type, size_t directory_ptr, size_t entry_idx)
|
||||
{
|
||||
menu_ctx_list_t list_info;
|
||||
|
@ -145,7 +145,7 @@ file_list_t *menu_entries_get_selection_buf_ptr(size_t idx);
|
||||
|
||||
file_list_t *menu_entries_get_menu_stack_ptr(size_t idx);
|
||||
|
||||
void menu_entries_add(file_list_t *list, const char *path, const char *label,
|
||||
void menu_entries_append(file_list_t *list, const char *path, const char *label,
|
||||
unsigned type, size_t directory_ptr, size_t entry_idx);
|
||||
|
||||
void menu_entries_get_last_stack(const char **path, const char **label,
|
||||
|
Loading…
x
Reference in New Issue
Block a user