diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-08-09 20:31:38 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-08-09 20:31:38 +0000 |
| commit | f742c35db2e201d7bcd0c6154f5fceb5f3407d3d (patch) | |
| tree | c7e8030d6ea70f1ac525d4c8ade8c5e3da003115 /apps/plugins/SUBDIRS | |
| parent | f54c34eb0f86a49b13b5c75fac64a68fc4769b10 (diff) | |
| download | rockbox-f742c35db2e201d7bcd0c6154f5fceb5f3407d3d.zip rockbox-f742c35db2e201d7bcd0c6154f5fceb5f3407d3d.tar.gz rockbox-f742c35db2e201d7bcd0c6154f5fceb5f3407d3d.tar.bz2 rockbox-f742c35db2e201d7bcd0c6154f5fceb5f3407d3d.tar.xz | |
Sudoku: * Changed the LCD size ifdef magic to ease adding of new LCD resolutions. * Added vertical layout option with the scratchpad at the bottom (Gigabeat). * New Bitmaps for iPod Mini, iPod Video and Gigabeat, and slightly modified bitmaps for Archos, by Marianne Arnold.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10504 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
| -rw-r--r-- | apps/plugins/SUBDIRS | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index d45283c..7377171 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -16,11 +16,8 @@ rockboy /* For all targets with a bitmap display */ #ifdef HAVE_LCD_BITMAP chessbox -#if (LCD_WIDTH != 138) -/* This needs adjusting for the iPod Mini */ sudoku #endif -#endif /* For all the colour targets and iriver H1x0 */ #if defined(HAVE_LCD_COLOR) || defined(IRIVER_H100_SERIES) |