mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Add To Playlist with corrections (#16416)
* This PR contains Add To Favorite functionality. It allows moving content to another playlist or to Create a new playlist with the selected content. * Update retroarch.c Fixed ISO C90 variable declaration at top of code. * Update menu_cbs_ok.c Fixed variable declaration for ISO requirement. * This commit is to amend a previous PR where the mesg andd label hashs were in the wrong file.
This commit is contained in:
parent
45068ee55d
commit
5d66883e81
@ -17,15 +17,6 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_ADD_ENTRY_TO_PLAYLIST,
|
||||
"add_entry_to_playlist"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_ADDED_TO_PLAYLIST,
|
||||
"Added to playlist"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_ADD_TO_PLAYLIST_FAILED,
|
||||
"Failed to add to playlist: playlist full"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_ACCOUNTS_CHEEVOS_USERNAME,
|
||||
"accounts_cheevos_username"
|
||||
|
@ -6675,6 +6675,14 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CREATE_NEW_PLAYLIST,
|
||||
"Create New Playlist"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_ADDED_TO_PLAYLIST,
|
||||
"Added to playlist"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_ADD_TO_PLAYLIST_FAILED,
|
||||
"Failed to add to playlist: playlist full"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_CREATE_NEW_PLAYLIST,
|
||||
"Create a new playlist and add the current entry to it."
|
||||
|
Loading…
x
Reference in New Issue
Block a user