mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(Menu) Cleanups
This commit is contained in:
parent
5b9aab68e5
commit
b23ea1fb8a
@ -111,7 +111,7 @@ void *menu_entries_get_userdata_at_offset(const file_list_t *list, size_t idx)
|
||||
{
|
||||
if (!list)
|
||||
return NULL;
|
||||
return (menu_file_list_cbs_t*)file_list_get_userdata_at_offset(list, idx);
|
||||
return file_list_get_userdata_at_offset(list, idx);
|
||||
}
|
||||
|
||||
menu_file_list_cbs_t *menu_entries_get_actiondata_at_offset(
|
||||
|
Loading…
x
Reference in New Issue
Block a user