forked from len0rd/rockbox
Overlooked to "voice" the set_int() function, this is why many numerical setting remained silent.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4416 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
78f06b9a2c
commit
beec2e97e6
7 changed files with 106 additions and 37 deletions
|
|
@ -38,6 +38,10 @@ enum {
|
|||
UNIT_PERCENT, /* % */
|
||||
UNIT_MB, /* megabyte */
|
||||
UNIT_GB, /* gigabyte */
|
||||
UNIT_MAH, /* milliAmp hours */
|
||||
UNIT_PIXEL, /* pixels */
|
||||
UNIT_PER_SEC, /* per second */
|
||||
UNIT_HERTZ, /* hertz */
|
||||
UNIT_LAST /* END MARKER */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue