forked from len0rd/rockbox
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
This commit is contained in:
parent
3a931c113f
commit
2afdf95401
7 changed files with 285 additions and 106 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue