mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +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);
|
||||
|
||||
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 &&
|
||||
menu_cbs_init_bind_deferred_push_compare_label(cbs, label, label_hash) == 0)
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user