mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-18 17:42:36 -05:00
Changed WPS enum conditional functionality, displaying the last part in the list if the tag has no value. Also added enum support for battery (5 steps) and volume (10 steps).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7476 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fbaf503d0d
commit
ff73f0dcbf
2 changed files with 29 additions and 6 deletions
|
|
@ -40,6 +40,8 @@ enum {
|
|||
AFMT_WAVPACK, /* WavPack */
|
||||
|
||||
/* New formats must be added to the end of this list */
|
||||
|
||||
AFMT_NUM_CODECS
|
||||
};
|
||||
|
||||
struct mp3entry {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue