mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Add hack
This commit is contained in:
parent
72f97fe712
commit
2a4bbe301a
@ -1407,6 +1407,12 @@ 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);
|
||||||
|
|
||||||
|
if (string_is_equal(label, "configurations_list"))
|
||||||
|
{
|
||||||
|
BIND_ACTION_DEFERRED_PUSH(cbs, deferred_push_configurations_list);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user