mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
(Menu) Cleanup
This commit is contained in:
parent
f56af4fd46
commit
ba1549796c
@ -540,14 +540,11 @@ static int menu_entries_cbs_init_bind_title_compare_label(menu_file_list_cbs_t *
|
|||||||
if (setting)
|
if (setting)
|
||||||
{
|
{
|
||||||
if (!strcmp(setting->parent_group, "Main Menu") && setting->type == ST_GROUP)
|
if (!strcmp(setting->parent_group, "Main Menu") && setting->type == ST_GROUP)
|
||||||
{
|
|
||||||
if (elem1[0] != '\0')
|
|
||||||
{
|
{
|
||||||
cbs->action_get_title = action_get_title_group_settings;
|
cbs->action_get_title = action_get_title_group_settings;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
switch (label_hash)
|
switch (label_hash)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user