summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-01-24 15:59:27 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-01-24 15:59:27 +0000
commitdbbb07767aebfc2a98ce35d5f4cd57e2fcfe32ff (patch)
treeca63d5768680b65ff578b36cd950f047d7dd5e64 /apps/plugins
parenta9e2a7148f7748129e5c7dafd043878dfcac5394 (diff)
Disable DOOM for c200v2, it won't run
Reclaim 128kB of plugin buffer, audio buffer is now 4 times larger git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24323 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/SUBDIRS4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index f1de3e8e48..99d3060459 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -41,8 +41,8 @@ pacbox
#endif
/* For all the color targets */
-#if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
- (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
+#if (defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
+ (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)) && (MEMORYSIZE > 2)
#ifndef RB_PROFILE
doom
#endif