From cd82560f2c78140cd9f567f69576bcc67871f862 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 10 Jun 2003 19:24:51 +0000 Subject: Added more time options to recorder timesplit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3739 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index 2d437fe0a0..624b06e06b 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -77,14 +77,11 @@ struct user_settings bool rec_editable; /* true means that the bit reservoir is off */ /* note: timesplit setting is not saved */ - int rec_timesplit; /* 0 = off - 1 = 00:05 - 2 = 00:10 - 3 = 00:15 - 4 = 00:30 - 5 = 01:00 - 6 = 02:00 - 7 = 04:00 */ + int rec_timesplit; /* 0 = off, + 1 = 00:05, 2 = 00:10, 3 = 00:15, 4 = 00:30 + 5 = 01:00, 6 = 02:00, 7 = 04:00, 8 = 06:00 + 9 = 08:00, 10= 10:00, 11= 12:00, 12= 18:00, + 13= 24:00 */ /* device settings */ -- cgit v1.2.3