From 2ffaed3285b0902da725271659cfd9dcf8f1a833 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 28 Jul 2004 09:55:31 +0000 Subject: Increased the maximum scroll speed to 25Hz git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4972 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/settings.c') diff --git a/apps/settings.c b/apps/settings.c index a6289cd21d..0487f250b3 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -70,7 +70,7 @@ struct user_settings global_settings; char rec_base_directory[] = REC_BASE_DIR; -#define CONFIG_BLOCK_VERSION 15 +#define CONFIG_BLOCK_VERSION 16 #define CONFIG_BLOCK_SIZE 512 #define RTC_BLOCK_SIZE 44 @@ -241,7 +241,7 @@ static const struct bit_entry hd_bits[] = /* # of bits, offset+size, default, .cfg name, .cfg values */ /* more display */ {1, S_O(caption_backlight), false, "caption backlight", off_on }, - {4, S_O(scroll_speed), 8, "scroll speed", NULL }, /* 1...10 */ + {5, S_O(scroll_speed), 8, "scroll speed", NULL }, /* 1...25 */ {7, S_O(scroll_step), 6, "scroll step", NULL }, /* 1...112 */ {8, S_O(scroll_delay), 100, "scroll delay", NULL }, /* 0...250 */ {8, S_O(bidir_limit), 50, "bidir limit", NULL }, /* 0...200 */ -- cgit v1.2.3