forked from len0rd/rockbox
Playlist slight optimizations for playlist_resume
Change-Id: I766ce032a9b6b36d750a9231ff9f5d5a0167e5a5
This commit is contained in:
parent
7f455af905
commit
7ac4d34dd6
4 changed files with 172 additions and 149 deletions
|
|
@ -51,7 +51,8 @@ enum playlist_command {
|
|||
PLAYLIST_COMMAND_RESET,
|
||||
PLAYLIST_COMMAND_CLEAR,
|
||||
PLAYLIST_COMMAND_FLAGS,
|
||||
PLAYLIST_COMMAND_COMMENT
|
||||
PLAYLIST_COMMAND_COMMENT,
|
||||
PLAYLIST_COMMAND_ERROR = PLAYLIST_COMMAND_COMMENT + 1 /* Internal */
|
||||
};
|
||||
|
||||
enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue