summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorChristi Scarborough <christi@coraline.org>2005-02-04 10:37:21 +0000
committerChristi Scarborough <christi@coraline.org>2005-02-04 10:37:21 +0000
commit8a8bd91695f21343baf8fe3d1b118c885716f2a4 (patch)
treeaf75cc279c5338d08afbb694f3b09a3508fdcd75 /apps/settings.c
parenta00619fd7bcf24cd9f34d0779e4a3cd9d82e9379 (diff)
downloadrockbox-8a8bd91695f21343baf8fe3d1b118c885716f2a4.tar.gz
rockbox-8a8bd91695f21343baf8fe3d1b118c885716f2a4.zip
New Recording Option: Show recording screen on startup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5778 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index b52f3d8ded..4bda34b53b 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -350,8 +350,12 @@ static const struct bit_entry hd_bits[] =
350 {1, S_O(mdb_enable), 0, "mdb enable", off_on}, 350 {1, S_O(mdb_enable), 0, "mdb enable", off_on},
351 {1, S_O(id3_v1_first), 0, "id3 tag priority", "v2-v1,v1-v2"}, 351 {1, S_O(id3_v1_first), 0, "id3 tag priority", "v2-v1,v1-v2"},
352 352
353 /* new stuff to be added at the end */ 353#ifdef HAVE_RECORDING
354 {1, S_O(rec_startup), false, "rec screen on startup", off_on },
355#endif
354 356
357 /* new stuff to be added at the end */
358
355 /* Sum of all bit sizes must not grow beyond 0xB8*8 = 1472 */ 359 /* Sum of all bit sizes must not grow beyond 0xB8*8 = 1472 */
356}; 360};
357 361