From 89658651d766faaed2503ac7b3cc146369347c81 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 7 Oct 2006 20:00:49 +0000 Subject: Rockblox: * Ported to the Player :-P * Slight optimisation in refresh_board(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11146 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/plugins/SOURCES') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index a157adb06a..d2ccf81f62 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -9,6 +9,9 @@ firmware_flash.c logo.c metronome.c mosaique.c +#if (LCD_WIDTH != 240) && ((LCD_WIDTH != 128) || (LCD_HEIGHT != 64)) +rockblox.c +#endif rockbox_flash.c search.c snow.c @@ -56,9 +59,6 @@ solitaire.c sokoban.c star.c starfield.c -#if (LCD_WIDTH != 240) && ((LCD_WIDTH != 128) || (LCD_HEIGHT != 64)) -rockblox.c -#endif #if CONFIG_LCD == LCD_SSD1815 video.c #endif -- cgit v1.2.3