mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-19 17:12:10 +00:00
Fix signature
This commit is contained in:
parent
de4102c8f7
commit
795fa14c40
@ -619,7 +619,7 @@ void menu_entries_push(file_list_t *list, const char *path, const char *label,
|
||||
menu_cbs_init(list, cbs, path, label, type, idx);
|
||||
}
|
||||
|
||||
void menu_entries_increment_selection_buf(void)
|
||||
bool menu_entries_increment_selection_buf(void)
|
||||
{
|
||||
file_list_t **selection_buf = NULL;
|
||||
menu_list_t *menu_list = menu_list_get_ptr();
|
||||
|
@ -168,7 +168,7 @@ void menu_entries_clear(file_list_t *list);
|
||||
void menu_entries_set_alt_at_offset(file_list_t *list, size_t idx,
|
||||
const char *alt);
|
||||
|
||||
void menu_entries_increment_selection_buf(void);
|
||||
bool menu_entries_increment_selection_buf(void);
|
||||
|
||||
bool menu_entries_increment_menu_stack(void);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user