mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Relative path playlist patch by Mat Pritchard
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1342 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
75447f6d41
commit
6b91b7ea57
3 changed files with 24 additions and 19 deletions
|
|
@ -38,7 +38,7 @@ extern playlist_info_t playlist;
|
|||
extern bool playlist_shuffle;
|
||||
|
||||
void play_list(char *dir, char *file);
|
||||
char* playlist_next(int steps);
|
||||
char* playlist_next(int steps, char *dirname);
|
||||
void randomise_playlist( playlist_info_t *playlist, unsigned int seed );
|
||||
void empty_playlist( playlist_info_t *playlist );
|
||||
void add_indices_to_playlist( playlist_info_t *playlist );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue