forked from len0rd/rockbox
iPod: Don't build Bejeweled and Sudoku for the Nano - they need adjusting for the LCD size
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8235 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1b6188b8ee
commit
d8d68c9fa2
1 changed files with 4 additions and 1 deletions
|
@ -22,7 +22,6 @@ dict.c
|
||||||
fire.c
|
fire.c
|
||||||
plasma.c
|
plasma.c
|
||||||
#endif
|
#endif
|
||||||
bejeweled.c
|
|
||||||
bounce.c
|
bounce.c
|
||||||
calculator.c
|
calculator.c
|
||||||
chip8.c
|
chip8.c
|
||||||
|
@ -47,7 +46,11 @@ sokoban.c
|
||||||
solitaire.c
|
solitaire.c
|
||||||
star.c
|
star.c
|
||||||
starfield.c
|
starfield.c
|
||||||
|
#if (LCD_WIDTH != 176)
|
||||||
|
/* These need adjusting for the Nano's screen */
|
||||||
|
bejeweled.c
|
||||||
sudoku.c
|
sudoku.c
|
||||||
|
#endif
|
||||||
#if CONFIG_LCD == LCD_SSD1815
|
#if CONFIG_LCD == LCD_SSD1815
|
||||||
video.c
|
video.c
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue