summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index bdb59e6005..f56d532537 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -179,7 +179,7 @@ static const struct plugin_api rockbox_api = {
179 lcd_remote_bitmap, 179 lcd_remote_bitmap,
180#endif 180#endif
181 181
182#if defined(HAVE_LCD_COLOR) && !defined(SIMULATOR) 182#if defined(HAVE_LCD_COLOR)
183 lcd_yuv_blit, 183 lcd_yuv_blit,
184#endif 184#endif
185 /* list */ 185 /* list */
@@ -505,6 +505,10 @@ static const struct plugin_api rockbox_api = {
505 get_metadata, 505 get_metadata,
506#endif 506#endif
507 led, 507 led,
508
509#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200)
510 lcd_yuv_set_options,
511#endif
508}; 512};
509 513
510int plugin_load(const char* plugin, void* parameter) 514int plugin_load(const char* plugin, void* parameter)