summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2011-01-11 01:21:31 +0000
committerMichael Sevakis <jethead71@rockbox.org>2011-01-11 01:21:31 +0000
commit0dd74ca7224d8cb141fd924727bd65be1bda9ec6 (patch)
tree2988b0745f88ede6d6c06a46e732f5d5f72a9021 /apps/plugin.c
parent2e686eca633a329d99daf5a6a45b41ccb9dc5563 (diff)
downloadrockbox-0dd74ca7224d8cb141fd924727bd65be1bda9ec6.tar.gz
rockbox-0dd74ca7224d8cb141fd924727bd65be1bda9ec6.zip
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
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 16d7a76e27..1cac280e64 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -201,7 +201,7 @@ static const struct plugin_api rockbox_api = {
201#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \ 201#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \
202 || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) \ 202 || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) \
203 || defined(SANSA_FUZE) || defined(SANSA_E200V2) || defined(SANSA_FUZEV2) \ 203 || defined(SANSA_FUZE) || defined(SANSA_E200V2) || defined(SANSA_FUZEV2) \
204 || defined(TOSHIBA_GIGABEAT_S) 204 || defined(TOSHIBA_GIGABEAT_S) || defined(PHILIPS_SA9200)
205 lcd_yuv_set_options, 205 lcd_yuv_set_options,
206#endif 206#endif
207#endif /* MEMORYSIZE > 2 */ 207#endif /* MEMORYSIZE > 2 */