From 05d16b1d4e8947b23afc64a52ccfccbf2284d97b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Wed, 25 Aug 2010 14:10:25 +0000 Subject: 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 --- apps/features.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps') diff --git a/apps/features.txt b/apps/features.txt index 336e16f..54e6afd 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 -- cgit v1.1