summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorBen Basha <benbasha@rockbox.org>2006-02-19 21:24:46 +0000
committerBen Basha <benbasha@rockbox.org>2006-02-19 21:24:46 +0000
commita39aeb1ed27aed71e223c685968035a610f1bcbd (patch)
tree0646e0edfa54ec9f31da7b17e2c3071ea8ffdcf9 /apps/plugins/SOURCES
parent4b98554083155884dde7a49ae1d4e91ee038329e (diff)
downloadrockbox-a39aeb1ed27aed71e223c685968035a610f1bcbd.tar.gz
rockbox-a39aeb1ed27aed71e223c685968035a610f1bcbd.zip
Patch #1418787 brickmania for the H1xx series by Dominik Wenger with changes by Liberman Shachar and me. +fixed bug with the glue pad.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8742 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 3e7ca5894c..3da7ad646b 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -36,7 +36,7 @@ solitaire.c
36bejeweled.c 36bejeweled.c
37bounce.c 37bounce.c
38/* H300 and iPod Color/Video only */ 38/* H300 and iPod Color/Video only */
39#if (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH == 16) 39#if ((LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH == 16)) || ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH==2))
40brickmania.c 40brickmania.c
41#endif 41#endif
42calculator.c 42calculator.c