summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index b01641aa17..d851d6a78a 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -30,9 +30,10 @@ mandelbrot.c
30plasma.c 30plasma.c
31#endif 31#endif
32 32
33jewels.c
34bounce.c 33bounce.c
35 34#if (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128)
35bubbles.c
36#endif
36#if (LCD_WIDTH != 138) && (LCD_WIDTH != 128) 37#if (LCD_WIDTH != 138) && (LCD_WIDTH != 128)
37/* These need adjusting for the Mini's and iRiver if'p screen */ 38/* These need adjusting for the Mini's and iRiver if'p screen */
38brickmania.c 39brickmania.c
@@ -41,6 +42,7 @@ calculator.c
41chip8.c 42chip8.c
42demystify.c 43demystify.c
43flipit.c 44flipit.c
45jewels.c
44minesweeper.c 46minesweeper.c
45oscilloscope.c 47oscilloscope.c
46pong.c 48pong.c