forked from len0rd/rockbox
grayscale.rock, jpeg.rock and video.rock now use default_event_handler_ex(). Adapted and enabled them for Ondio.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5264 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0dc52d5c36
commit
9db31cf886
4 changed files with 113 additions and 56 deletions
|
@ -15,8 +15,11 @@ viewer.c
|
|||
#endif /* #if CONFIG_KEYPAD != ONDIO_PAD */
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP /* recorder model only */
|
||||
grayscale.c
|
||||
jpeg.c
|
||||
rockblox.c
|
||||
snow.c
|
||||
video.c
|
||||
#if CONFIG_KEYPAD != ONDIO_PAD
|
||||
/* gradually bring in the ones not working yet */
|
||||
bounce.c
|
||||
|
@ -26,8 +29,6 @@ chip8.c
|
|||
clock.c
|
||||
cube.c
|
||||
flipit.c
|
||||
grayscale.c
|
||||
jpeg.c
|
||||
mandelbrot.c
|
||||
minesweeper.c
|
||||
mosaique.c
|
||||
|
@ -40,7 +41,6 @@ sokoban.c
|
|||
solitaire.c
|
||||
splitedit.c
|
||||
star.c
|
||||
video.c
|
||||
vu_meter.c
|
||||
wormlet.c
|
||||
#endif /* #if CONFIG_KEYPAD != ONDIO_PAD */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue