mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-31 08:33:40 +00:00
Add Show Favorites to displaylist
This commit is contained in:
parent
8e0e99ba66
commit
6a47658502
@ -5109,6 +5109,12 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
|
||||
menu_displaylist_parse_settings_enum(menu, info,
|
||||
MENU_ENUM_LABEL_XMB_SHOW_SETTINGS,
|
||||
PARSE_ONLY_BOOL, false);
|
||||
|
||||
// TODO: Find out why this Show Favorites Tab breaks the world.
|
||||
menu_displaylist_parse_settings_enum(menu, info,
|
||||
MENU_ENUM_LABEL_XMB_SHOW_FAVORITES,
|
||||
PARSE_ONLY_BOOL, false);
|
||||
|
||||
#ifdef HAVE_IMAGEVIEWER
|
||||
menu_displaylist_parse_settings_enum(menu, info,
|
||||
MENU_ENUM_LABEL_XMB_SHOW_IMAGES,
|
||||
|
Loading…
x
Reference in New Issue
Block a user