mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Fix deferred_rdb_entry_detail edge case
This commit is contained in:
parent
6f842cedd3
commit
4de9ea8e91
@ -475,7 +475,7 @@ void menu_entries_cbs_init_bind_deferred_push(menu_file_list_cbs_t *cbs,
|
||||
}
|
||||
}
|
||||
|
||||
if (hash == MENU_LABEL_DEFERRED_RDB_ENTRY_DETAIL)
|
||||
if (strstr(label, "deferred_rdb_entry_detail"))
|
||||
cbs->action_deferred_push = deferred_push_rdb_entry_detail;
|
||||
#ifdef HAVE_NETWORKING
|
||||
else if (hash == MENU_LABEL_DEFERRED_CORE_UPDATER_LIST)
|
||||
|
@ -457,7 +457,7 @@ enum action_iterate_type
|
||||
ITERATE_TYPE_BIND,
|
||||
};
|
||||
|
||||
enum action_iterate_type action_iterate_type(const char *label)
|
||||
static enum action_iterate_type action_iterate_type(const char *label)
|
||||
{
|
||||
if (!strcmp(label, "help"))
|
||||
return ITERATE_TYPE_HELP;
|
||||
|
Loading…
x
Reference in New Issue
Block a user