mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
Cleanup
This commit is contained in:
parent
4f4b0bc537
commit
f270f3a9e0
@ -376,7 +376,8 @@ void menu_list_push(file_list_t *list,
|
||||
menu_list_insert(list, path, label, type, directory_ptr);
|
||||
}
|
||||
|
||||
int menu_list_push_stack_refresh(menu_list_t *list, const char *path, const char *label,
|
||||
int menu_list_push_stack_refresh(menu_list_t *list,
|
||||
const char *path, const char *label,
|
||||
unsigned type, size_t directory_ptr)
|
||||
{
|
||||
menu_handle_t *menu = menu_driver_get_ptr();
|
||||
|
Loading…
Reference in New Issue
Block a user