summaryrefslogtreecommitdiff
path: root/apps/plugins/SUBDIRS
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r--apps/plugins/SUBDIRS7
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index ecface0e40..5fd2d433c7 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -24,8 +24,7 @@ sdl
24puzzles 24puzzles
25#endif 25#endif
26 26
27#if (CONFIG_KEYPAD != ONDIO_PAD) /* not enough buttons */ \ 27#if (CONFIG_KEYPAD != SANSA_M200_PAD) /* not enough buttons */ \
28 && (CONFIG_KEYPAD != SANSA_M200_PAD) /* not enough buttons */ \
29 && (CONFIG_KEYPAD != HM60X_PAD) /* not enough buttons */ \ 28 && (CONFIG_KEYPAD != HM60X_PAD) /* not enough buttons */ \
30 && (LCD_PIXELFORMAT != HORIZONTAL_PACKING) /* TODO */ \ 29 && (LCD_PIXELFORMAT != HORIZONTAL_PACKING) /* TODO */ \
31 && (LCD_PIXELFORMAT != VERTICAL_INTERLEAVED) /* TODO */ \ 30 && (LCD_PIXELFORMAT != VERTICAL_INTERLEAVED) /* TODO */ \
@@ -48,11 +47,7 @@ imageviewer
48sudoku 47sudoku
49reversi 48reversi
50goban 49goban
51
52/* setjmp/longjmp are not implemented on sh */
53#if (CONFIG_CPU != SH7034)
54frotz 50frotz
55#endif
56 51
57#ifndef OLYMPUS_MROBE_500 52#ifndef OLYMPUS_MROBE_500
58#if PLUGIN_BUFFER_SIZE > 0x40000 || PLUGIN_BUFFER_SIZE <= 0x20000 /* overlay */ 53#if PLUGIN_BUFFER_SIZE > 0x40000 || PLUGIN_BUFFER_SIZE <= 0x20000 /* overlay */