summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/BUILD_OVERLAY2
-rw-r--r--apps/plugins/SOURCES4
-rw-r--r--apps/plugins/SUBDIRS7
3 files changed, 5 insertions, 8 deletions
diff --git a/apps/plugins/BUILD_OVERLAY b/apps/plugins/BUILD_OVERLAY
index f792b0e9a4..0afcbfbbf9 100644
--- a/apps/plugins/BUILD_OVERLAY
+++ b/apps/plugins/BUILD_OVERLAY
@@ -4,6 +4,6 @@
4 * they will grep for "YES" to see if overlay plugins must be built 4 * they will grep for "YES" to see if overlay plugins must be built
5 */ 5 */
6 6
7#if PLUGIN_BUFFER_SIZE <= 0x10000 && !defined(SIMULATOR) 7#if PLUGIN_BUFFER_SIZE <= 0x20000 && !defined(SIMULATOR)
8YES 8YES
9#endif 9#endif
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
68#ifndef SIMULATOR /* those plugins only run on hardware */ 68#ifndef SIMULATOR /* those plugins only run on hardware */
69 69
70/* Overlays loaders */ 70/* Overlays loaders */
71#if PLUGIN_BUFFER_SIZE <= 0x10000 && defined(HAVE_LCD_BITMAP) 71#if PLUGIN_BUFFER_SIZE <= 0x20000 && defined(HAVE_LCD_BITMAP)
72 72
73#if CONFIG_KEYPAD != ONDIO_PAD && CONFIG_KEYPAD != SANSA_M200_PAD 73#if CONFIG_KEYPAD != ONDIO_PAD && CONFIG_KEYPAD != SANSA_M200_PAD
74/* not enough buttons for rockboy */ 74/* not enough buttons for rockboy */
@@ -80,7 +80,7 @@ chessbox.c
80goban.c 80goban.c
81pictureflow.c 81pictureflow.c
82 82
83#endif /* PLUGIN_BUFFER_SIZE <= 0x10000 && HAVE_LCD_BITMAP */ 83#endif /* PLUGIN_BUFFER_SIZE <= 0x20000 && HAVE_LCD_BITMAP */
84 84
85 85
86#if CONFIG_CODEC != SWCODEC 86#if CONFIG_CODEC != SWCODEC
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index cf1e9d2b80..4074177ce2 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -19,7 +19,7 @@ clock
19 && (defined(HAVE_LCD_COLOR) || (LCD_HEIGHT == 64) && (LCD_DEPTH == 1) || \ 19 && (defined(HAVE_LCD_COLOR) || (LCD_HEIGHT == 64) && (LCD_DEPTH == 1) || \
20 (LCD_HEIGHT == 128) && (LCD_DEPTH == 2)) \ 20 (LCD_HEIGHT == 128) && (LCD_DEPTH == 2)) \
21 && (PLUGIN_BUFFER_SIZE >= 0x60000 /* it needs a lot of RAM */ || \ 21 && (PLUGIN_BUFFER_SIZE >= 0x60000 /* it needs a lot of RAM */ || \
22 PLUGIN_BUFFER_SIZE <= 0x10000) /* but we can use overlays */ 22 PLUGIN_BUFFER_SIZE <= 0x20000) /* but we can use overlays */
23rockboy 23rockboy
24#endif 24#endif
25 25
@@ -31,10 +31,7 @@ pictureflow
31fft 31fft
32#endif 32#endif
33 33
34#if PLUGIN_BUFFER_SIZE > 0x20000 || PLUGIN_BUFFER_SIZE <= 0x10000 /* overlay */
35chessbox 34chessbox
36#endif
37
38fractals 35fractals
39imageviewer 36imageviewer
40sudoku 37sudoku
@@ -47,7 +44,7 @@ frotz
47#endif 44#endif
48 45
49#ifndef OLYMPUS_MROBE_500 46#ifndef OLYMPUS_MROBE_500
50#if PLUGIN_BUFFER_SIZE > 0x40000 || PLUGIN_BUFFER_SIZE <= 0x10000 /* overlay */ 47#if PLUGIN_BUFFER_SIZE > 0x40000 || PLUGIN_BUFFER_SIZE <= 0x20000 /* overlay */
51zxbox 48zxbox
52#endif 49#endif
53#endif 50#endif