From 8102f3da270ce5a442523a1738318493906bb86a Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 2 Jul 2005 10:50:42 +0000 Subject: New option to enable/disable the runtime database. Moved the runtimedb init to a more appropriate place and added proper USB handling. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6984 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/settings.c') diff --git a/apps/settings.c b/apps/settings.c index 3bce8c7929..50a309d8da 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -406,6 +406,7 @@ static const struct bit_entry hd_bits[] = #endif {1, S_O(next_folder), false, "move to next folder", off_on }, + {1, S_O(runtimedb), false, "gather runtime data", off_on }, /* new stuff to be added at the end */ -- cgit v1.2.3