summaryrefslogtreecommitdiff
path: root/apps/features.txt
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-09-23 11:20:08 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-09-23 11:20:08 +0000
commitd34ab4af8afd6a44107898696cb833f3f09223f7 (patch)
treecbfd47c0b33e74e16debe761120926287da6e7ad /apps/features.txt
parent468edbbc7c1ea4b5de0036a732fac4ef0bee23ba (diff)
downloadrockbox-d34ab4af8afd6a44107898696cb833f3f09223f7.tar.gz
rockbox-d34ab4af8afd6a44107898696cb833f3f09223f7.zip
Display the expected album art size in the info screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18576 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/features.txt')
-rw-r--r--apps/features.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/features.txt b/apps/features.txt
index e26938e02f..2aa6035388 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -12,6 +12,10 @@ agc
12alarm 12alarm
13#endif 13#endif
14 14
15#if defined(HAVE_ALBUMART)
16albumart
17#endif
18
15#if defined(HAVE_BACKLIGHT_BRIGHTNESS) 19#if defined(HAVE_BACKLIGHT_BRIGHTNESS)
16backlight_brightness 20backlight_brightness
17#endif 21#endif