summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index ad056630b0..e291cc455d 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -38,9 +38,8 @@ solitaire.c
38bejeweled.c 38bejeweled.c
39#endif 39#endif
40bounce.c 40bounce.c
41/* H300, H100 and iPod Nano/Color/Video only */ 41#if (LCD_WIDTH != 138) && (LCD_WIDTH != 128)
42#if ((LCD_WIDTH >= 176) && (LCD_HEIGHT >= 132) && (LCD_DEPTH == 16)) || \ 42/* These need adjusting for the Mini's and iRiver if'p screen */
43 ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH==2))
44brickmania.c 43brickmania.c
45#endif 44#endif
46calculator.c 45calculator.c