mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 14:28:47 +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_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)
|
||||
CONFIG_ACTION(
|
||||
menu_hash_to_str(MENU_LABEL_CORE_LIST),
|
||||
@ -2557,15 +2567,6 @@ static bool setting_append_list_main_menu_options(
|
||||
parent_group);
|
||||
#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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user