diff options
| author | Ben Basha <benbasha@rockbox.org> | 2006-03-12 09:35:53 +0000 |
|---|---|---|
| committer | Ben Basha <benbasha@rockbox.org> | 2006-03-12 09:35:53 +0000 |
| commit | b7a96707bc462c493ff04cce08b2c971eb92f7dc (patch) | |
| tree | 4b5ab2a3ace539dc8641f9ee76209c416a487233 /apps/plugins/SOURCES | |
| parent | a3cfdef7c8464c15c2c26fb7a80c77b82632645e (diff) | |
| download | rockbox-b7a96707bc462c493ff04cce08b2c971eb92f7dc.zip rockbox-b7a96707bc462c493ff04cce08b2c971eb92f7dc.tar.gz rockbox-b7a96707bc462c493ff04cce08b2c971eb92f7dc.tar.bz2 rockbox-b7a96707bc462c493ff04cce08b2c971eb92f7dc.tar.xz | |
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/SOURCES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index ce6bb33..7cd2882 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -77,6 +77,11 @@ rockboy.c #endif #endif +/* not support recorder models for now */ +#if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64) +xobox.c +#endif + #endif /* HAVE_LCD_BITMAP */ #ifdef HAVE_LCD_CHARCELLS /* Player model only */ |