summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-06-04 13:48:50 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-06-04 13:48:50 +0000
commit56f771e76a8b7707553c472d08b745e45f79c64f (patch)
treecdba768235c5f06fa3888498d66be409bf79bdf2 /apps/settings.h
parentb817f601ba36d5651f8b9945ac8f576c83ea387c (diff)
downloadrockbox-56f771e76a8b7707553c472d08b745e45f79c64f.tar.gz
rockbox-56f771e76a8b7707553c472d08b745e45f79c64f.zip
Dave Jones' recording time split feature (patch #697373)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3725 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 56bba8878d..49f4d588f2 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -75,6 +75,16 @@ struct user_settings
75 int rec_left_gain; /* 0-15 */ 75 int rec_left_gain; /* 0-15 */
76 int rec_right_gain; /* 0-15 */ 76 int rec_right_gain; /* 0-15 */
77 bool rec_editable; /* true means that the bit reservoir is off */ 77 bool rec_editable; /* true means that the bit reservoir is off */
78
79 /* note: timesplit setting is not saved */
80 int rec_timesplit; /* 0 = off
81 1 = 00:05
82 2 = 00:10
83 3 = 00:15
84 4 = 00:30
85 5 = 01:00
86 6 = 02:00
87 7 = 04:00 */
78 88
79 /* device settings */ 89 /* device settings */
80 90