From 9130a2a4a710a93ecc36d57b1f2abb9332567080 Mon Sep 17 00:00:00 2001 From: Martin Scarratt Date: Sat, 22 Jul 2006 17:23:05 +0000 Subject: 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 --- apps/talk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/talk.h') diff --git a/apps/talk.h b/apps/talk.h index 8bc86c329a..58ab0ef37a 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 */ }; -- cgit v1.2.3