mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 22:38:34 +00:00
Move Quick Menu to the top
This commit is contained in:
parent
2f36994f67
commit
d06bd1870e
@ -2502,6 +2502,16 @@ static bool setting_append_list_main_menu_options(
|
|||||||
START_GROUP(group_info,main_menu, parent_group);
|
START_GROUP(group_info,main_menu, parent_group);
|
||||||
START_SUB_GROUP(list, list_info, "State", group_info.name, subgroup_info, parent_group);
|
START_SUB_GROUP(list, list_info, "State", group_info.name, subgroup_info, parent_group);
|
||||||
|
|
||||||
|
if (global->main_is_init && (global->core_type != CORE_TYPE_DUMMY))
|
||||||
|
{
|
||||||
|
CONFIG_ACTION(
|
||||||
|
menu_hash_to_str(MENU_LABEL_CONTENT_SETTINGS),
|
||||||
|
menu_hash_to_str(MENU_LABEL_VALUE_CONTENT_SETTINGS),
|
||||||
|
group_info.name,
|
||||||
|
subgroup_info.name,
|
||||||
|
parent_group);
|
||||||
|
}
|
||||||
|
|
||||||
#if defined(HAVE_DYNAMIC) || defined(HAVE_LIBRETRO_MANAGEMENT)
|
#if defined(HAVE_DYNAMIC) || defined(HAVE_LIBRETRO_MANAGEMENT)
|
||||||
CONFIG_ACTION(
|
CONFIG_ACTION(
|
||||||
menu_hash_to_str(MENU_LABEL_CORE_LIST),
|
menu_hash_to_str(MENU_LABEL_CORE_LIST),
|
||||||
@ -2557,15 +2567,6 @@ static bool setting_append_list_main_menu_options(
|
|||||||
parent_group);
|
parent_group);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (global->main_is_init && (global->core_type != CORE_TYPE_DUMMY))
|
|
||||||
{
|
|
||||||
CONFIG_ACTION(
|
|
||||||
menu_hash_to_str(MENU_LABEL_CONTENT_SETTINGS),
|
|
||||||
menu_hash_to_str(MENU_LABEL_VALUE_CONTENT_SETTINGS),
|
|
||||||
group_info.name,
|
|
||||||
subgroup_info.name,
|
|
||||||
parent_group);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (mask & SL_FLAG_MAIN_MENU_SETTINGS)
|
if (mask & SL_FLAG_MAIN_MENU_SETTINGS)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user