rockbox/apps/plugins/SOURCES

55 lines
918 B
Text
Raw Normal View History

/* plugins common to both Player+Recorder model */
favorites.c
firmware_flash.c
helloworld.c
rockbox_flash.c
search.c
sort.c
vbrfix.c
#if CONFIG_KEYPAD != ONDIO_PAD
/* gradually bring in the ones not working yet */
battery_test.c
metronome.c
stopwatch.c
viewer.c
#endif /* #if CONFIG_KEYPAD != ONDIO_PAD */
#ifdef HAVE_LCD_BITMAP /* recorder model only */
rockblox.c
snow.c
#if CONFIG_KEYPAD != ONDIO_PAD
/* gradually bring in the ones not working yet */
bounce.c
calculator.c
calendar.c
chip8.c
clock.c
cube.c
flipit.c
grayscale.c
jpeg.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
video.c
vu_meter.c
wormlet.c
#endif /* #if CONFIG_KEYPAD != ONDIO_PAD */
#endif /*#ifdef HAVE_LCD_BITMAP */
#ifdef HAVE_LCD_CHARCELLS /* Player model only */
chessclock.c
euroconverter.c
jackpot.c
nim.c
#endif /* #ifdef HAVE_LCD_CHARCELLS */