From 8b1297a0b683c03f320b502652113633032411a7 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 21 Feb 2006 15:01:25 +0000 Subject: Patch #1435744 from Andrew Scott - initial iPod Mini support git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8764 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'apps/plugins') 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 #endif solitaire.c +#if (LCD_WIDTH != 138) +/* These need adjusting for the Mini's screen */ 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 >= 176) && (LCD_HEIGHT >= 132) && (LCD_DEPTH == 16)) || \ + ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH==2)) brickmania.c #endif calculator.c @@ -59,8 +63,8 @@ snake2.c sokoban.c star.c starfield.c -#if (LCD_WIDTH != 176) -/* These need adjusting for the Nano's screen */ +#if (LCD_WIDTH != 176) && (LCD_WIDTH != 138) +/* These need adjusting for the iPod Nano and Mini */ sudoku.c #endif #if CONFIG_LCD == LCD_SSD1815 -- cgit v1.2.3