forked from len0rd/rockbox
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
This commit is contained in:
parent
9535a9a639
commit
d330ef7386
18 changed files with 218 additions and 99 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue