diff --git a/settings.c b/settings.c index fff6beb018..1318d1917c 100644 --- a/settings.c +++ b/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(