diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-02-11 19:48:52 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-02-11 19:48:52 +0000 |
| commit | b021f78eca39719ca4a8a164e00f9e327805cba0 (patch) | |
| tree | a9ddaf9266de8af49a0bd450c42a5a2cec1ec11f /apps/plugins/SOURCES | |
| parent | d352b2d2bce82c618243e31777f82e724e732550 (diff) | |
| download | rockbox-b021f78eca39719ca4a8a164e00f9e327805cba0.zip rockbox-b021f78eca39719ca4a8a164e00f9e327805cba0.tar.gz rockbox-b021f78eca39719ca4a8a164e00f9e327805cba0.tar.bz2 rockbox-b021f78eca39719ca4a8a164e00f9e327805cba0.tar.xz | |
Mosaique now working on the player, using the player graphics library.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5918 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index a14bb96..63dbefc 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -6,6 +6,7 @@ favorites.c firmware_flash.c helloworld.c metronome.c +mosaique.c rockbox_flash.c search.c sort.c @@ -22,7 +23,6 @@ grayscale.c jpeg.c mandelbrot.c minesweeper.c -mosaique.c oscillograph.c oscilloscope.c pong.c @@ -57,7 +57,7 @@ wormlet.c #ifdef HAVE_LCD_CHARCELLS /* Player model only */ euroconverter.c jackpot.c -nim.c +nim.c #endif /* #ifdef HAVE_LCD_CHARCELLS */ #ifndef HAVE_MMC |