1
0
Fork 0
forked from len0rd/rockbox

Make peakmeter release setting work in units per tick (was units per read), add the unit and make it voiced. Make old leftover in lang file deprecated

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14390 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Peter D'Hoye 2007-08-18 23:03:03 +00:00
parent 022d026594
commit ebcf06d237
6 changed files with 35 additions and 11 deletions

View file

@ -43,6 +43,7 @@ enum {
UNIT_HERTZ, /* hertz */
UNIT_MB, /* Megabytes */
UNIT_KBIT, /* kilobits per sec */
UNIT_PM_TICK, /* peak meter units per tick */
UNIT_LAST /* END MARKER */
};