diff options
| author | Martin Scarratt <mmmm@rockbox.org> | 2006-07-22 17:23:05 +0000 |
|---|---|---|
| committer | Martin Scarratt <mmmm@rockbox.org> | 2006-07-22 17:23:05 +0000 |
| commit | 9130a2a4a710a93ecc36d57b1f2abb9332567080 (patch) | |
| tree | b8b9214c3ad15f135772c285efe80675d5594e57 /apps/talk.h | |
| parent | 57327044cdfa8258b8bea8a4d837fa4a7d551aff (diff) | |
| download | rockbox-9130a2a4a710a93ecc36d57b1f2abb9332567080.zip rockbox-9130a2a4a710a93ecc36d57b1f2abb9332567080.tar.gz rockbox-9130a2a4a710a93ecc36d57b1f2abb9332567080.tar.bz2 rockbox-9130a2a4a710a93ecc36d57b1f2abb9332567080.tar.xz | |
Added options to timesplit recording feature (now renamed filesplit). Choose to split file by either time or filesize. Also have the option to either start a new file or stop recording at split point. Bumped config version so save your settings before you update your build.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10285 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/talk.h')
| -rw-r--r-- | apps/talk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/talk.h b/apps/talk.h index 8bc86c3..58ab0ef 100644 --- a/apps/talk.h +++ b/apps/talk.h @@ -40,6 +40,7 @@ enum { UNIT_PIXEL, /* pixels */ UNIT_PER_SEC, /* per second */ UNIT_HERTZ, /* hertz */ + UNIT_MB, /* Megabytes */ UNIT_LAST /* END MARKER */ }; |