summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorBen Basha <benbasha@rockbox.org>2006-03-12 09:35:53 +0000
committerBen Basha <benbasha@rockbox.org>2006-03-12 09:35:53 +0000
commitb7a96707bc462c493ff04cce08b2c971eb92f7dc (patch)
tree4b5ab2a3ace539dc8641f9ee76209c416a487233 /apps/plugins/SOURCES
parenta3cfdef7c8464c15c2c26fb7a80c77b82632645e (diff)
downloadrockbox-b7a96707bc462c493ff04cce08b2c971eb92f7dc.tar.gz
rockbox-b7a96707bc462c493ff04cce08b2c971eb92f7dc.zip
New plugin - Xobox - xonix clone by Eli Sherer with changes by me and Mikael Magnusson
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9011 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index ce6bb33081..7cd2882ab6 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -77,6 +77,11 @@ rockboy.c
77#endif 77#endif
78#endif 78#endif
79 79
80/* not support recorder models for now */
81#if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
82xobox.c
83#endif
84
80#endif /* HAVE_LCD_BITMAP */ 85#endif /* HAVE_LCD_BITMAP */
81 86
82#ifdef HAVE_LCD_CHARCELLS /* Player model only */ 87#ifdef HAVE_LCD_CHARCELLS /* Player model only */