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:
parent
022d026594
commit
ebcf06d237
6 changed files with 35 additions and 11 deletions
|
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue