1
0
Fork 0
forked from len0rd/rockbox

SA9200: Add YUV blitting, do full-screen updates more efficiently and properly clip partial updates. Plugin struct becomes incompatible for this target but leave version alone since it's still dev-only.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29028 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2011-01-11 01:21:31 +00:00
parent 2e686eca63
commit 0dd74ca722
6 changed files with 690 additions and 18 deletions

View file

@ -201,7 +201,7 @@ static const struct plugin_api rockbox_api = {
#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(SANSA_FUZEV2) \
|| defined(TOSHIBA_GIGABEAT_S)
|| defined(TOSHIBA_GIGABEAT_S) || defined(PHILIPS_SA9200)
lcd_yuv_set_options,
#endif
#endif /* MEMORYSIZE > 2 */