diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2004-10-22 00:22:07 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2004-10-22 00:22:07 +0000 |
| commit | 2afdf95401e243373050b9bda554e8f216664fd0 (patch) | |
| tree | a0ce4423108d03d7c556ded59604dbb6cdf54de2 /apps/plugins/SOURCES | |
| parent | 3a931c113f88009ba8b468f11bd6ebe3d02a4b70 (diff) | |
| download | rockbox-2afdf95401e243373050b9bda554e8f216664fd0.zip rockbox-2afdf95401e243373050b9bda554e8f216664fd0.tar.gz rockbox-2afdf95401e243373050b9bda554e8f216664fd0.tar.bz2 rockbox-2afdf95401e243373050b9bda554e8f216664fd0.tar.xz | |
Plugin rework 5: (all) Now using the default event handler, standard placement is in switch() default case. (splitedit,star,vu_meter) Compile-time keyboard configuration, for Ondio adaption. (splitedit) Timing kludge for MMC. (star) Completed USB support.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5321 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 0e6ecdd..1ce417d 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -31,7 +31,10 @@ snake2.c snow.c sokoban.c solitaire.c +splitedit.c +star.c video.c +vu_meter.c #ifdef HAVE_RTC /* Recorder models only */ calendar.c @@ -40,9 +43,6 @@ clock.c #if CONFIG_KEYPAD != ONDIO_PAD /* gradually bring in the ones not working yet */ -splitedit.c -star.c -vu_meter.c wormlet.c #endif /* #if CONFIG_KEYPAD != ONDIO_PAD */ #endif /*#ifdef HAVE_LCD_BITMAP */ |