forked from len0rd/rockbox
BrickMania for iPod Nano
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8750 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5991f02e1c
commit
265d1a0936
19 changed files with 92 additions and 9 deletions
|
@ -35,8 +35,8 @@ mandelbrot.c
|
|||
solitaire.c
|
||||
bejeweled.c
|
||||
bounce.c
|
||||
/* H300 and iPod Color/Video only */
|
||||
#if ((LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH == 16)) || ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH==2))
|
||||
/* 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))
|
||||
brickmania.c
|
||||
#endif
|
||||
calculator.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue