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:
Linus Nielsen Feltzing 2005-09-06 13:43:26 +00:00
parent fbaf503d0d
commit ff73f0dcbf
2 changed files with 29 additions and 6 deletions

View file

@ -40,6 +40,8 @@ enum {
AFMT_WAVPACK, /* WavPack */
/* New formats must be added to the end of this list */
AFMT_NUM_CODECS
};
struct mp3entry {