summaryrefslogtreecommitdiff
path: root/apps/features.txt
diff options
context:
space:
mode:
authorJeffrey Goode <jeffg7@gmail.com>2009-11-11 17:38:00 +0000
committerJeffrey Goode <jeffg7@gmail.com>2009-11-11 17:38:00 +0000
commit0212de4c8d67337ccae180d52f09c26c236b256a (patch)
tree52ac05f3124441d06dfe6d60e307143416e6c5f0 /apps/features.txt
parent35202026cbe6a77adbccbd7f59f7b69dafa2f3b2 (diff)
downloadrockbox-0212de4c8d67337ccae180d52f09c26c236b256a.tar.gz
rockbox-0212de4c8d67337ccae180d52f09c26c236b256a.zip
Add crossfade feature tag, update manual, fix crossfade WPS tag behavior
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23610 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 14204dfb6d..d3e433ad45 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -42,6 +42,10 @@ button_light
42buttonlight_brightness 42buttonlight_brightness
43#endif 43#endif
44 44
45#if defined(HAVE_CROSSFADE)
46crossfade
47#endif
48
45#if defined(HAVE_DIRCACHE) 49#if defined(HAVE_DIRCACHE)
46dircache 50dircache
47#endif 51#endif