summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 78c3aa9370..6d48329111 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -583,6 +583,10 @@ static const struct plugin_api rockbox_api = {
583 sound_unit, 583 sound_unit,
584 sound_val2phys, 584 sound_val2phys,
585#endif /* CONFIG_CODEC == SWCODEC */ 585#endif /* CONFIG_CODEC == SWCODEC */
586
587#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && !defined(SIMULATOR)
588 lcd_grey_phase_blit,
589#endif
586}; 590};
587 591
588int plugin_load(const char* plugin, void* parameter) 592int plugin_load(const char* plugin, void* parameter)