summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2006-10-09 10:54:17 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2006-10-09 10:54:17 +0000
commit27ad51fb15d6ba753ee8f7d7d9dafd43d20e6551 (patch)
tree56ece79078add1c5ac8a282b3878f4a710897fd1 /apps/settings.c
parentbe2eb02d7a9bba97aeb022174e4abe2cc132d6a3 (diff)
downloadrockbox-27ad51fb15d6ba753ee8f7d7d9dafd43d20e6551.tar.gz
rockbox-27ad51fb15d6ba753ee8f7d7d9dafd43d20e6551.zip
Adds random folder advance option. RESETS SETTINGS. Refer to random_folder_advance_config wiki page for more info
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11158 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings.c b/apps/settings.c
index ebe0d1e4cd..63f85f0608 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -96,7 +96,7 @@ const char rec_base_directory[] = REC_BASE_DIR;
96#include "eq_menu.h" 96#include "eq_menu.h"
97#endif 97#endif
98 98
99#define CONFIG_BLOCK_VERSION 52 99#define CONFIG_BLOCK_VERSION 53
100#define CONFIG_BLOCK_SIZE 512 100#define CONFIG_BLOCK_SIZE 512
101#define RTC_BLOCK_SIZE 44 101#define RTC_BLOCK_SIZE 44
102 102
@@ -544,7 +544,7 @@ static const struct bit_entry hd_bits[] =
544 {1, S_O(spdif_enable), false, "spdif enable", off_on}, 544 {1, S_O(spdif_enable), false, "spdif enable", off_on},
545#endif 545#endif
546 546
547 {1, S_O(next_folder), false, "folder navigation", off_on }, 547 {2, S_O(next_folder), false, "folder navigation", "off,on,random" },
548 {1, S_O(runtimedb), false, "gather runtime data", off_on }, 548 {1, S_O(runtimedb), false, "gather runtime data", off_on },
549 549
550#if CONFIG_CODEC == SWCODEC 550#if CONFIG_CODEC == SWCODEC