summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/SOURCES10
1 files changed, 7 insertions, 3 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index c8939c6214..ad056630b0 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -33,10 +33,14 @@ mandelbrot.c
33#endif 33#endif
34 34
35solitaire.c 35solitaire.c
36#if (LCD_WIDTH != 138)
37/* These need adjusting for the Mini's screen */
36bejeweled.c 38bejeweled.c
39#endif
37bounce.c 40bounce.c
38/* H300, H100 and iPod Nano/Color/Video only */ 41/* H300, H100 and iPod Nano/Color/Video only */
39#if ((LCD_WIDTH >= 176) && (LCD_HEIGHT >= 132) && (LCD_DEPTH == 16)) || ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH==2)) 42#if ((LCD_WIDTH >= 176) && (LCD_HEIGHT >= 132) && (LCD_DEPTH == 16)) || \
43 ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH==2))
40brickmania.c 44brickmania.c
41#endif 45#endif
42calculator.c 46calculator.c
@@ -59,8 +63,8 @@ snake2.c
59sokoban.c 63sokoban.c
60star.c 64star.c
61starfield.c 65starfield.c
62#if (LCD_WIDTH != 176) 66#if (LCD_WIDTH != 176) && (LCD_WIDTH != 138)
63/* These need adjusting for the Nano's screen */ 67/* These need adjusting for the iPod Nano and Mini */
64sudoku.c 68sudoku.c
65#endif 69#endif
66#if CONFIG_LCD == LCD_SSD1815 70#if CONFIG_LCD == LCD_SSD1815