diff options
| author | Antoine Cellerier <dionoea@videolan.org> | 2007-06-05 21:49:51 +0000 |
|---|---|---|
| committer | Antoine Cellerier <dionoea@videolan.org> | 2007-06-05 21:49:51 +0000 |
| commit | cdc295dcae2edd0f79047948070af0c60697515f (patch) | |
| tree | 467e694939350f381f4c4c5ea509af6b02957b41 /apps/plugins/SOURCES | |
| parent | 89fee25454ee2afaca3b50300349603a95864da0 (diff) | |
| download | rockbox-cdc295dcae2edd0f79047948070af0c60697515f.zip rockbox-cdc295dcae2edd0f79047948070af0c60697515f.tar.gz rockbox-cdc295dcae2edd0f79047948070af0c60697515f.tar.bz2 rockbox-cdc295dcae2edd0f79047948070af0c60697515f.tar.xz | |
Add recorder and ondio support to Xobox.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13566 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 11e425f..4da5d86 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -97,8 +97,8 @@ rockboy.c /* not support recorder models for now */ #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64) fireworks.c -xobox.c #endif +xobox.c spacerocks.c #if LCD_DEPTH >= 16 rockpaint.c |