1
0
Fork 0
forked from len0rd/rockbox

New plugin: Tetrox, vertical tetris by eli sherer with work by me to port it to all rockbox working platforms.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9118 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Ben Basha 2006-03-19 13:26:08 +00:00
parent bf3dba8628
commit 2d767c5c11
9 changed files with 22 additions and 0 deletions

View file

@ -56,6 +56,9 @@ starfield.c
/* These need adjusting for the iPod Nano and Mini */
sudoku.c
#endif
#if (LCD_WIDTH != 240) && (LCD_WIDTH != 138) && (LCD_WIDTH != 128)
tetrox.c
#endif
#if CONFIG_LCD == LCD_SSD1815
video.c
#endif