diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2004-10-18 21:45:00 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2004-10-18 21:45:00 +0000 |
| commit | e35a658ded457698aca2401b699e743a3011cfce (patch) | |
| tree | cb89b7785ef2c72f7a293fe165a4d3b76e38227f /apps/plugins/SOURCES | |
| parent | d24766675db5faddb67810ca67b37491d49c2313 (diff) | |
| download | rockbox-e35a658ded457698aca2401b699e743a3011cfce.zip rockbox-e35a658ded457698aca2401b699e743a3011cfce.tar.gz rockbox-e35a658ded457698aca2401b699e743a3011cfce.tar.bz2 rockbox-e35a658ded457698aca2401b699e743a3011cfce.tar.xz | |
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
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index b2f6320..b6496e4 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -16,29 +16,29 @@ bounce.c calculator.c chip8.c cube.c +flipit.c grayscale.c jpeg.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 +#endif /* #ifdef HAVE_RTC */ #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 -sliding_puzzle.c -snake.c -snake2.c -sokoban.c solitaire.c splitedit.c star.c |