summaryrefslogtreecommitdiffstats
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-06-10 19:30:54 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-06-10 19:30:54 +0000
commit567ef674f0eb691f07794e00ab2e1212dcd4c076 (patch)
treefd5db599a094c8c3b71af63f09e5b9b1eb26f6d8 /apps/plugins/SOURCES
parentd5eda4b2a35cd809575c67f4c63d416a8b73c703 (diff)
downloadrockbox-567ef674f0eb691f07794e00ab2e1212dcd4c076.tar.gz
rockbox-567ef674f0eb691f07794e00ab2e1212dcd4c076.zip
Build plugin overlays when buffer size is <= 128kB
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26748 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index bbea275988..9e4b66ec14 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -68,7 +68,7 @@ iriverify.c
#ifndef SIMULATOR /* those plugins only run on hardware */
/* Overlays loaders */
-#if PLUGIN_BUFFER_SIZE <= 0x10000 && defined(HAVE_LCD_BITMAP)
+#if PLUGIN_BUFFER_SIZE <= 0x20000 && defined(HAVE_LCD_BITMAP)
#if CONFIG_KEYPAD != ONDIO_PAD && CONFIG_KEYPAD != SANSA_M200_PAD
/* not enough buttons for rockboy */
@@ -80,7 +80,7 @@ chessbox.c
goban.c
pictureflow.c
-#endif /* PLUGIN_BUFFER_SIZE <= 0x10000 && HAVE_LCD_BITMAP */
+#endif /* PLUGIN_BUFFER_SIZE <= 0x20000 && HAVE_LCD_BITMAP */
#if CONFIG_CODEC != SWCODEC