summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-27 19:20:51 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-27 19:20:51 +0000
commit4cdcbb97bcc9398b111b133b8284902fb9af49c7 (patch)
tree4305841804eaed2ca7e936353f94c20bc2789cd1 /apps/settings.c
parentfa1afb72c9b668ded3290b6d918b28bb375c3ee0 (diff)
downloadrockbox-4cdcbb97bcc9398b111b133b8284902fb9af49c7.zip
rockbox-4cdcbb97bcc9398b111b133b8284902fb9af49c7.tar.gz
rockbox-4cdcbb97bcc9398b111b133b8284902fb9af49c7.tar.bz2
rockbox-4cdcbb97bcc9398b111b133b8284902fb9af49c7.tar.xz
New option, ID3 tag order
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4965 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 83d6971..ba5a668 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -321,7 +321,6 @@ static const struct bit_entry hd_bits[] =
{2, S_O(talk_file), 0, "talk file", "off,number,spell" },
{1, S_O(talk_menu), true, "talk menu", off_on },
- /* new stuff to be added at the end */
/* If values are just added to the end, no need to bump the version. */
{2, S_O(sort_file), 0, "sort files", "alpha,oldest,newest,type" },
{2, S_O(sort_dir), 0, "sort dirs", "alpha,oldest,newest" },
@@ -330,6 +329,9 @@ static const struct bit_entry hd_bits[] =
{9, S_O(mdb_center), 0, "mdb center", NULL},
{9, S_O(mdb_shape), 0, "mdb shape", NULL},
{1, S_O(mdb_enable), 0, "mdb enable", off_on},
+ {1, S_O(id3_v1_first), 0, "id3 tag order", "v2 first,v1 first"},
+
+ /* new stuff to be added at the end */
/* Sum of all bit sizes must not grow beyond 0xB8*8 = 1472 */
};