mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
(Menu) menu_entries_init - go through menu_list_get_actiondata_at_offset
This commit is contained in:
parent
5f123d2b81
commit
738efe3f3c
@ -61,7 +61,9 @@ void menu_entries_init(void *data,
|
|||||||
if (!list)
|
if (!list)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!(cbs = (menu_file_list_cbs_t*)list->list[idx].actiondata))
|
cbs = (menu_file_list_cbs_t*)menu_list_get_actiondata_at_offset(list, idx);
|
||||||
|
|
||||||
|
if (!cbs)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
menu_list_get_last_stack(menu->menu_list,
|
menu_list_get_last_stack(menu->menu_list,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user