Merge pull request #5779 from RobLoach/playlist

[XMB] Add To Favorites Playlist Icon
This commit is contained in:
Twinaphex 2017-11-25 19:01:22 +01:00 committed by GitHub
commit 673219a5cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2104,6 +2104,7 @@ static uintptr_t xmb_icon_get_id(xmb_handle_t *xmb,
case MENU_ENUM_LABEL_NAVIGATION_BROWSER_FILTER_SUPPORTED_EXTENSIONS_ENABLE:
return xmb->textures.list[XMB_TEXTURE_CORE_OPTIONS];
case MENU_ENUM_LABEL_ADD_TO_FAVORITES:
case MENU_ENUM_LABEL_ADD_TO_FAVORITES_PLAYLIST:
return xmb->textures.list[XMB_TEXTURE_ADD_FAVORITE];
case MENU_ENUM_LABEL_CORE_INPUT_REMAPPING_OPTIONS:
return xmb->textures.list[XMB_TEXTURE_INPUT_REMAPPING_OPTIONS];