mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
materialui: Move 'Start Core' before 'Load Core'.
This matches other menu drivers better where its already like this in rgui, xmb and ozone.
This commit is contained in:
parent
374384128c
commit
476abf7dad
@ -2057,6 +2057,12 @@ static int materialui_list_push(void *data, void *userdata,
|
|||||||
menu_displaylist_setting(&entry);
|
menu_displaylist_setting(&entry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (system->load_no_content)
|
||||||
|
{
|
||||||
|
entry.enum_idx = MENU_ENUM_LABEL_START_CORE;
|
||||||
|
menu_displaylist_setting(&entry);
|
||||||
|
}
|
||||||
|
|
||||||
#ifndef HAVE_DYNAMIC
|
#ifndef HAVE_DYNAMIC
|
||||||
if (frontend_driver_has_fork())
|
if (frontend_driver_has_fork())
|
||||||
#endif
|
#endif
|
||||||
@ -2068,12 +2074,6 @@ static int materialui_list_push(void *data, void *userdata,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (system->load_no_content)
|
|
||||||
{
|
|
||||||
entry.enum_idx = MENU_ENUM_LABEL_START_CORE;
|
|
||||||
menu_displaylist_setting(&entry);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (settings->bools.menu_show_load_content)
|
if (settings->bools.menu_show_load_content)
|
||||||
{
|
{
|
||||||
entry.enum_idx = MENU_ENUM_LABEL_LOAD_CONTENT_LIST;
|
entry.enum_idx = MENU_ENUM_LABEL_LOAD_CONTENT_LIST;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user