Gigabeat S can do dithered YUV blitting too, so put it into the plugin API and enable it in mpegplayer.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21888 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2009-07-15 22:02:42 +00:00
parent 0d484bad5e
commit 27f5cdaad8
3 changed files with 7 additions and 5 deletions

View file

@ -129,7 +129,8 @@ static const struct plugin_api rockbox_api = {
#if MEMORYSIZE > 2
lcd_blit_yuv,
#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \
|| defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) || defined(SANSA_FUZE) || defined(SANSA_E200V2)
|| defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) \
|| defined(SANSA_FUZE) || defined(SANSA_E200V2) || defined(TOSHIBA_GIGABEAT_S)
lcd_yuv_set_options,
#endif
#endif /* MEMORYSIZE > 2 */