From 8a8bd91695f21343baf8fe3d1b118c885716f2a4 Mon Sep 17 00:00:00 2001 From: Christi Scarborough Date: Fri, 4 Feb 2005 10:37:21 +0000 Subject: New Recording Option: Show recording screen on startup git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5778 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'apps/settings.c') 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[] = {1, S_O(mdb_enable), 0, "mdb enable", off_on}, {1, S_O(id3_v1_first), 0, "id3 tag priority", "v2-v1,v1-v2"}, - /* new stuff to be added at the end */ +#ifdef HAVE_RECORDING + {1, S_O(rec_startup), false, "rec screen on startup", off_on }, +#endif + /* new stuff to be added at the end */ + /* Sum of all bit sizes must not grow beyond 0xB8*8 = 1472 */ }; -- cgit v1.2.3