forked from len0rd/rockbox
Adapted most multi-source plugins to the iAudio M3 keypad and screen. Doom and mpegplayer are disabled because of the not yet implemented greyscale library, and zxbox used 2-bit greyscale for now. * Slight optimisation for the (currently unused except on M3) 2-bit greyscale code in zxbox. * Simplified button definitions in chessbox.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16744 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
95d8590659
commit
106ac75ad8
17 changed files with 335 additions and 447 deletions
|
@ -34,7 +34,7 @@ pacbox
|
|||
|
||||
/* For all the color targets */
|
||||
#if defined(HAVE_LCD_COLOR) || \
|
||||
(LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
|
||||
(LCD_DEPTH == 2) && !defined(ARCHOS_AV300) && !defined(IAUDIO_M3)
|
||||
doom
|
||||
#endif
|
||||
|
||||
|
@ -42,7 +42,9 @@ doom
|
|||
#if CONFIG_CODEC == SWCODEC
|
||||
midi
|
||||
/* beatbox */
|
||||
#ifndef IAUDIO_M3 /* TODO: no greyscale lib yet */
|
||||
mpegplayer
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* IRIVER_IFP7XX_SERIES */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue