summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-12-31 03:13:29 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-12-31 03:13:29 +0000
commit74976c1484d7c8a89a290ffc7e4a7525874278b4 (patch)
tree23f6f2e53f5f8ab6e9476b412cc56e15801914dd /apps/settings.h
parent1c4ea83bba9ce7ec7ede6141c1ee66c12c20f1d6 (diff)
downloadrockbox-74976c1484d7c8a89a290ffc7e4a7525874278b4.tar.gz
rockbox-74976c1484d7c8a89a290ffc7e4a7525874278b4.zip
New recording feature: Prerecord up to 30 seconds before you press the Play key. Especially useful for FM radio recording. Also fixed a bug which didn't apply the recording settings correctly in the Radio screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4183 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 074be0690a..49327b2f80 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -85,6 +85,8 @@ struct user_settings
85 5 = 01:00, 6 = 02:00, 7 = 04:00, 8 = 06:00 85 5 = 01:00, 6 = 02:00, 7 = 04:00, 8 = 06:00
86 9 = 08:00, 10= 10:00, 11= 12:00, 12= 18:00, 86 9 = 08:00, 10= 10:00, 11= 12:00, 12= 18:00,
87 13= 24:00 */ 87 13= 24:00 */
88
89 int rec_prerecord_time; /* In seconds, 0-30, 0 means OFF */
88 90
89 /* device settings */ 91 /* device settings */
90 92