Update
This commit is contained in:
parent
7afa9e3663
commit
3cbb495bd2
|
@ -1630,8 +1630,6 @@ int menu_cbs_init_bind_deferred_push(menu_file_list_cbs_t *cbs,
|
||||||
|
|
||||||
BIND_ACTION_DEFERRED_PUSH(cbs, deferred_push_default);
|
BIND_ACTION_DEFERRED_PUSH(cbs, deferred_push_default);
|
||||||
|
|
||||||
RARCH_LOG("Label: %s\n", label);
|
|
||||||
|
|
||||||
if (cbs->enum_idx != MENU_ENUM_LABEL_PLAYLIST_ENTRY &&
|
if (cbs->enum_idx != MENU_ENUM_LABEL_PLAYLIST_ENTRY &&
|
||||||
menu_cbs_init_bind_deferred_push_compare_label(cbs, label, label_hash) == 0)
|
menu_cbs_init_bind_deferred_push_compare_label(cbs, label, label_hash) == 0)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue