summaryrefslogtreecommitdiff
path: root/apps/plugin.h
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.h
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.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 84ba4e5092..e9e93d00bd 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -240,7 +240,7 @@ struct plugin_api {
240#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \ 240#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \
241 || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) \ 241 || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) \
242 || defined(SANSA_FUZE) || defined(SANSA_E200V2) || defined(SANSA_FUZEV2) \ 242 || defined(SANSA_FUZE) || defined(SANSA_E200V2) || defined(SANSA_FUZEV2) \
243 || defined(TOSHIBA_GIGABEAT_S) 243 || defined(TOSHIBA_GIGABEAT_S) || defined(PHILIPS_SA9200)
244 void (*lcd_yuv_set_options)(unsigned options); 244 void (*lcd_yuv_set_options)(unsigned options);
245#endif 245#endif
246#endif /* MEMORYSIZE > 2 */ 246#endif /* MEMORYSIZE > 2 */