mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Add an item to the WPS context menu to browse a currently playing cuesheet. The menu that appears allows changing tracks within the cuesheet. It was already reachable by selecting the right cuesheet file in the file browser, but this makes it easier to use (and should help users noticing that possibility because many seemed to ignore this viewer existed).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13388 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4a6ab0d031
commit
6190a0d68d
4 changed files with 47 additions and 3 deletions
|
|
@ -253,7 +253,7 @@ static char *list_get_name_cb(int selected_item,
|
|||
return buffer;
|
||||
}
|
||||
|
||||
static void browse_cuesheet(struct cuesheet *cue)
|
||||
void browse_cuesheet(struct cuesheet *cue)
|
||||
{
|
||||
struct gui_synclist lists;
|
||||
int action;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue