Rename to 'Load Content (Collection)'
This commit is contained in:
parent
363780a239
commit
74e806feaa
15
settings.c
15
settings.c
|
@ -3260,13 +3260,6 @@ static bool setting_append_list_main_menu_options(
|
|||
|
||||
START_GROUP(group_info, "Main Menu");
|
||||
START_SUB_GROUP(list, list_info, "State", group_info.name, subgroup_info);
|
||||
#ifdef HAVE_LIBRETRODB
|
||||
CONFIG_ACTION(
|
||||
"content_collection_list",
|
||||
"Content Collection List",
|
||||
group_info.name,
|
||||
subgroup_info.name);
|
||||
#endif
|
||||
#if defined(HAVE_DYNAMIC) || defined(HAVE_LIBRETRO_MANAGEMENT)
|
||||
CONFIG_ACTION(
|
||||
"core_list",
|
||||
|
@ -3293,6 +3286,14 @@ static bool setting_append_list_main_menu_options(
|
|||
subgroup_info.name);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBRETRODB
|
||||
CONFIG_ACTION(
|
||||
"content_collection_list",
|
||||
"Load Content (Collection)",
|
||||
group_info.name,
|
||||
subgroup_info.name);
|
||||
#endif
|
||||
|
||||
if (settings->history_list_enable)
|
||||
{
|
||||
CONFIG_ACTION(
|
||||
|
|
Loading…
Reference in New Issue