summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index b8c4efdc41..84200bbf05 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -129,7 +129,8 @@ static const struct plugin_api rockbox_api = {
129#if MEMORYSIZE > 2 129#if MEMORYSIZE > 2
130 lcd_blit_yuv, 130 lcd_blit_yuv,
131#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \ 131#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \
132 || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) || defined(SANSA_FUZE) || defined(SANSA_E200V2) 132 || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) \
133 || defined(SANSA_FUZE) || defined(SANSA_E200V2) || defined(TOSHIBA_GIGABEAT_S)
133 lcd_yuv_set_options, 134 lcd_yuv_set_options,
134#endif 135#endif
135#endif /* MEMORYSIZE > 2 */ 136#endif /* MEMORYSIZE > 2 */