mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
57327044cd
commit
9130a2a4a7
6 changed files with 258 additions and 23 deletions
|
@ -40,6 +40,7 @@ enum {
|
|||
UNIT_PIXEL, /* pixels */
|
||||
UNIT_PER_SEC, /* per second */
|
||||
UNIT_HERTZ, /* hertz */
|
||||
UNIT_MB, /* Megabytes */
|
||||
UNIT_LAST /* END MARKER */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue