forked from len0rd/rockbox
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
This commit is contained in:
parent
4b98554083
commit
a39aeb1ed2
20 changed files with 225 additions and 54 deletions
|
@ -36,7 +36,7 @@ solitaire.c
|
|||
bejeweled.c
|
||||
bounce.c
|
||||
/* H300 and iPod Color/Video only */
|
||||
#if (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH == 16)
|
||||
#if ((LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (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