diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2008-03-25 23:21:36 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2008-03-25 23:21:36 +0000 |
| commit | 40919d7db29d036033f57fe6fbf9e3f562e61c0d (patch) | |
| tree | b04fa272f6cee51639b7307ee5fcd9b4f9737fde /apps/plugins/SUBDIRS | |
| parent | 6ceaf321f3aadc804b1daa8fb10607a7ae209351 (diff) | |
| download | rockbox-40919d7db29d036033f57fe6fbf9e3f562e61c0d.zip rockbox-40919d7db29d036033f57fe6fbf9e3f562e61c0d.tar.gz rockbox-40919d7db29d036033f57fe6fbf9e3f562e61c0d.tar.bz2 rockbox-40919d7db29d036033f57fe6fbf9e3f562e61c0d.tar.xz | |
iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~80% when boosted, ~15% when unboosted. Also implemented grey phase blitting. * Adapted the greyscale library, and the plugins using it. * Fixed a bug in greyscale scroll down for vertically packed pixels.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16809 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
| -rw-r--r-- | apps/plugins/SUBDIRS | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 9bda7c2..b0bffc7 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -34,7 +34,7 @@ pacbox /* For all the color targets */ #if defined(HAVE_LCD_COLOR) || \ - (LCD_DEPTH == 2) && !defined(ARCHOS_AV300) && !defined(IAUDIO_M3) + (LCD_DEPTH == 2) && !defined(ARCHOS_AV300) doom #endif @@ -42,9 +42,7 @@ doom #if CONFIG_CODEC == SWCODEC midi /* beatbox */ -#ifndef IAUDIO_M3 /* TODO: no greyscale lib yet */ mpegplayer #endif -#endif #endif /* IRIVER_IFP7XX_SERIES */ |