mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
some improvements to FS#8008 - see tracker entry for details
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15371 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e9001ae514
commit
c436657571
3 changed files with 45 additions and 48 deletions
|
@ -109,10 +109,9 @@ struct tagcache_stat {
|
|||
// const char *uimessage; /* Pending error message. Implement soon. */
|
||||
};
|
||||
|
||||
enum source_type {source_constant, source_input,
|
||||
source_current_path, /* has different handling to _id3
|
||||
so it has to be seperate */
|
||||
source_current_id3 /* dont add items after this.
|
||||
enum source_type {source_constant,
|
||||
source_runtime,
|
||||
source_current_path /* dont add items after this.
|
||||
it is used as an index
|
||||
into id3_to_search_mapping */
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue