summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index bd8ea2f9a6..bd2f0bc802 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -138,7 +138,9 @@ static const struct plugin_api rockbox_api = {
138 lcd_remote_puts, 138 lcd_remote_puts,
139 lcd_remote_puts_scroll, 139 lcd_remote_puts_scroll,
140 lcd_remote_stop_scroll, 140 lcd_remote_stop_scroll,
141#ifndef SIMULATOR
141 lcd_remote_roll, 142 lcd_remote_roll,
143#endif
142 lcd_remote_set_drawmode, 144 lcd_remote_set_drawmode,
143 lcd_remote_get_drawmode, 145 lcd_remote_get_drawmode,
144 lcd_remote_setfont, 146 lcd_remote_setfont,