mirror of
https://github.com/libretro/RetroArch
synced 2025-02-08 06:40:14 +00:00
Merge pull request #12842 from sonninnos/playlist-manage
Relocate 'Manage Playlists' to top
This commit is contained in:
commit
5a65773b81
@ -5482,6 +5482,13 @@ unsigned menu_displaylist_build_list(
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case DISPLAYLIST_PLAYLIST_SETTINGS_LIST:
|
case DISPLAYLIST_PLAYLIST_SETTINGS_LIST:
|
||||||
|
if (menu_entries_append_enum(list,
|
||||||
|
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_LIST),
|
||||||
|
msg_hash_to_str(MENU_ENUM_LABEL_PLAYLIST_MANAGER_LIST),
|
||||||
|
MENU_ENUM_LABEL_PLAYLIST_MANAGER_LIST,
|
||||||
|
MENU_SETTING_ACTION, 0, 0))
|
||||||
|
count++;
|
||||||
|
|
||||||
{
|
{
|
||||||
bool playlist_show_sublabels = settings->bools.playlist_show_sublabels;
|
bool playlist_show_sublabels = settings->bools.playlist_show_sublabels;
|
||||||
bool history_list_enable = settings->bools.history_list_enable;
|
bool history_list_enable = settings->bools.history_list_enable;
|
||||||
@ -5538,12 +5545,6 @@ unsigned menu_displaylist_build_list(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (menu_entries_append_enum(list,
|
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_LIST),
|
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_PLAYLIST_MANAGER_LIST),
|
|
||||||
MENU_ENUM_LABEL_PLAYLIST_MANAGER_LIST,
|
|
||||||
MENU_SETTING_ACTION, 0, 0))
|
|
||||||
count++;
|
|
||||||
break;
|
break;
|
||||||
case DISPLAYLIST_INPUT_TURBO_FIRE_SETTINGS_LIST:
|
case DISPLAYLIST_INPUT_TURBO_FIRE_SETTINGS_LIST:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user