summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorMartin Scarratt <mmmm@rockbox.org>2006-11-09 12:27:56 +0000
committerMartin Scarratt <mmmm@rockbox.org>2006-11-09 12:27:56 +0000
commitd8103f3ba691adaeb83f8844e32b827c2c564d24 (patch)
tree06144354862a2ca70287b4a70738a30a53381684 /apps/settings.c
parentad70a9b2e602f41d7608d3c3ca58fc897c8c39b8 (diff)
downloadrockbox-d8103f3ba691adaeb83f8844e32b827c2c564d24.tar.gz
rockbox-d8103f3ba691adaeb83f8844e32b827c2c564d24.zip
Recording trigger for software codec targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11479 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 08e6376694..ea7e303d1d 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -687,6 +687,9 @@ static const struct bit_entry hd_bits[] =
687 687
688 /* If values are just added to the end, no need to bump the version. */ 688 /* If values are just added to the end, no need to bump the version. */
689 /* new stuff to be added at the end */ 689 /* new stuff to be added at the end */
690#ifdef HAVE_RECORDING
691 {2, S_O(rec_trigger_type), 0, "trigger type", "stop,pause,nf stp"},
692#endif
690 693
691 /* Sum of all bit sizes must not grow beyond 0xB8*8 = 1472 */ 694 /* Sum of all bit sizes must not grow beyond 0xB8*8 = 1472 */
692}; 695};