diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index aa6b65a..57f836c 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -122,7 +122,7 @@ static const struct plugin_api rockbox_api = { || defined (IRIVER_H10) lcd_yuv_set_options, #endif -#elif (LCD_DEPTH < 4) || !defined(SIMULATOR) +#elif (LCD_DEPTH < 4) && !defined(SIMULATOR) lcd_blit_mono, lcd_blit_grey_phase, #endif /* LCD_DEPTH */ |