diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-08-25 14:10:25 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-08-25 14:10:25 +0000 |
commit | 05d16b1d4e8947b23afc64a52ccfccbf2284d97b (patch) | |
tree | 440d7a5eac2a11d9cff5c4e8d79869f38a06731b /apps/features.txt | |
parent | 95cbbd1c4086aa676820d1e771285c8b63df1225 (diff) | |
download | rockbox-05d16b1d4e8947b23afc64a52ccfccbf2284d97b.tar.gz rockbox-05d16b1d4e8947b23afc64a52ccfccbf2284d97b.tar.bz2 rockbox-05d16b1d4e8947b23afc64a52ccfccbf2284d97b.zip |
Add 'lowmem' feature to the manual, defined if MEM <= 2
Use it to remove mentions of Doom/mpegplayer/midiplay because these
plugins aren't built on such models
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27881 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/features.txt')
-rw-r--r-- | apps/features.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/features.txt b/apps/features.txt index 336e16f2fa..54e6afddf3 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -262,3 +262,7 @@ usb_hid_mouse #if defined(HAVE_SPDIF_IN) recording_digital #endif + +#if MEMORYSIZE <= 2 +lowmem +#endif |