diff options
| author | Ben Basha <benbasha@rockbox.org> | 2006-02-22 10:34:36 +0000 |
|---|---|---|
| committer | Ben Basha <benbasha@rockbox.org> | 2006-02-22 10:34:36 +0000 |
| commit | d330ef7386fc289ef90aefb89962a5ac880226ae (patch) | |
| tree | 86d46a8ea2304788c3761bfe4f351891c74eb19e /apps/plugins/SOURCES | |
| parent | 9535a9a6390ca51b11d13a8dd338432c466f4477 (diff) | |
| download | rockbox-d330ef7386fc289ef90aefb89962a5ac880226ae.zip rockbox-d330ef7386fc289ef90aefb89962a5ac880226ae.tar.gz rockbox-d330ef7386fc289ef90aefb89962a5ac880226ae.tar.bz2 rockbox-d330ef7386fc289ef90aefb89962a5ac880226ae.tar.xz | |
BrickMania for Archos Recorder/Ondio, iAudio x5 (b/w at the moment) and iPod 3G
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8776 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index ad05663..e291cc4 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -38,9 +38,8 @@ solitaire.c bejeweled.c #endif bounce.c -/* H300, H100 and iPod Nano/Color/Video only */ -#if ((LCD_WIDTH >= 176) && (LCD_HEIGHT >= 132) && (LCD_DEPTH == 16)) || \ - ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH==2)) +#if (LCD_WIDTH != 138) && (LCD_WIDTH != 128) +/* These need adjusting for the Mini's and iRiver if'p screen */ brickmania.c #endif calculator.c |