diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2007-10-19 09:05:18 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2007-10-19 09:05:18 +0000 |
| commit | df1f0d642946d125b03b83209f4c5a6fd4b156b3 (patch) | |
| tree | bc64bae935f263e2a529d85d3509343df11895f6 /apps/plugins/SUBDIRS | |
| parent | 3ab686e07ea2da66f32cb31894ebda08a614ef06 (diff) | |
| download | rockbox-df1f0d642946d125b03b83209f4c5a6fd4b156b3.zip rockbox-df1f0d642946d125b03b83209f4c5a6fd4b156b3.tar.gz rockbox-df1f0d642946d125b03b83209f4c5a6fd4b156b3.tar.bz2 rockbox-df1f0d642946d125b03b83209f4c5a6fd4b156b3.tar.xz | |
Chessbox: ported to c200, also simplify the tile size calculation (thanks to Jens). Just retrieve it from the assigned bmp (same as e.g. Sudoku does), so that there's no need to check for lcd resolution in two different places. Update the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15202 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
| -rw-r--r-- | apps/plugins/SUBDIRS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 6cdc865..c01f760 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -16,9 +16,7 @@ rockboy /* For all targets with a bitmap display */ #ifdef HAVE_LCD_BITMAP -#ifndef SANSA_C200 chessbox -#endif sudoku reversi #endif |