mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-15 11:07:38 -04:00
Plugin rework 2: (all) Compile-time keyboard configuration, for Ondio adaption. (all) Now using the default event handler, standard placement is now in switch() default case. (minesweeper,pong,snake,snake2) added USB handling. (mandelbrot,mosaique) Fixed return value. (minesweeper) fast moving with button repeat. (oscillograph) Fixed cleanup in USB case.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5304 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d24766675d
commit
e35a658ded
11 changed files with 543 additions and 163 deletions
|
@ -16,29 +16,29 @@ bounce.c
|
|||
calculator.c
|
||||
chip8.c
|
||||
cube.c
|
||||
flipit.c
|
||||
grayscale.c
|
||||
jpeg.c
|
||||
rockblox.c
|
||||
snow.c
|
||||
video.c
|
||||
|
||||
#ifdef HAVE_RTC /* Recorder models only */
|
||||
calendar.c
|
||||
clock.c
|
||||
#endif
|
||||
|
||||
#if CONFIG_KEYPAD != ONDIO_PAD
|
||||
/* gradually bring in the ones not working yet */
|
||||
flipit.c
|
||||
mandelbrot.c
|
||||
minesweeper.c
|
||||
mosaique.c
|
||||
oscillograph.c
|
||||
pong.c
|
||||
rockblox.c
|
||||
sliding_puzzle.c
|
||||
snake.c
|
||||
snake2.c
|
||||
snow.c
|
||||
sokoban.c
|
||||
video.c
|
||||
|
||||
#ifdef HAVE_RTC /* Recorder models only */
|
||||
calendar.c
|
||||
clock.c
|
||||
#endif /* #ifdef HAVE_RTC */
|
||||
|
||||
#if CONFIG_KEYPAD != ONDIO_PAD
|
||||
/* gradually bring in the ones not working yet */
|
||||
solitaire.c
|
||||
splitedit.c
|
||||
star.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue