From df1f0d642946d125b03b83209f4c5a6fd4b156b3 Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Fri, 19 Oct 2007 09:05:18 +0000 Subject: 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 --- apps/plugins/SUBDIRS | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/plugins/SUBDIRS') 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 -- cgit v1.1