forked from len0rd/rockbox
H10 20GB: Assembly YUV blitting and dithering.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16171 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9542471f7d
commit
f8709ac7e2
6 changed files with 595 additions and 150 deletions
|
|
@ -187,7 +187,8 @@ static const struct plugin_api rockbox_api = {
|
|||
#if defined(HAVE_LCD_COLOR)
|
||||
lcd_yuv_blit,
|
||||
#endif
|
||||
#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200)
|
||||
#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \
|
||||
|| defined (IRIVER_H10)
|
||||
lcd_yuv_set_options,
|
||||
#endif
|
||||
/* list */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue