summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-10-07 20:00:49 +0000
committerJens Arnold <amiconn@rockbox.org>2006-10-07 20:00:49 +0000
commit89658651d766faaed2503ac7b3cc146369347c81 (patch)
treec7a35ad6ebea87424117199726bc6890fd648f31 /apps/plugins/SOURCES
parentce8a1c986f1558d0cf2832064c00a01468595bd7 (diff)
downloadrockbox-89658651d766faaed2503ac7b3cc146369347c81.tar.gz
rockbox-89658651d766faaed2503ac7b3cc146369347c81.zip
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
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES6
1 files changed, 3 insertions, 3 deletions
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
9logo.c 9logo.c
10metronome.c 10metronome.c
11mosaique.c 11mosaique.c
12#if (LCD_WIDTH != 240) && ((LCD_WIDTH != 128) || (LCD_HEIGHT != 64))
13rockblox.c
14#endif
12rockbox_flash.c 15rockbox_flash.c
13search.c 16search.c
14snow.c 17snow.c
@@ -56,9 +59,6 @@ solitaire.c
56sokoban.c 59sokoban.c
57star.c 60star.c
58starfield.c 61starfield.c
59#if (LCD_WIDTH != 240) && ((LCD_WIDTH != 128) || (LCD_HEIGHT != 64))
60rockblox.c
61#endif
62#if CONFIG_LCD == LCD_SSD1815 62#if CONFIG_LCD == LCD_SSD1815
63video.c 63video.c
64#endif 64#endif