summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-03-24 01:00:42 +0000
committerJens Arnold <amiconn@rockbox.org>2008-03-24 01:00:42 +0000
commitb88c7d076db8b61ba57ecbe4e2db26e870538536 (patch)
treee55564bcd5f37a094fa1f1fe57e75e2b035126a1 /apps/plugin.c
parentc84e345e6e2d17ce95ee703d98760e005a3a0f7d (diff)
downloadrockbox-b88c7d076db8b61ba57ecbe4e2db26e870538536.tar.gz
rockbox-b88c7d076db8b61ba57ecbe4e2db26e870538536.zip
The blit functions shouldn't exist for the simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16777 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index aa6b65a34a..57f836c5d2 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -122,7 +122,7 @@ static const struct plugin_api rockbox_api = {
122 || defined (IRIVER_H10) 122 || defined (IRIVER_H10)
123 lcd_yuv_set_options, 123 lcd_yuv_set_options,
124#endif 124#endif
125#elif (LCD_DEPTH < 4) || !defined(SIMULATOR) 125#elif (LCD_DEPTH < 4) && !defined(SIMULATOR)
126 lcd_blit_mono, 126 lcd_blit_mono,
127 lcd_blit_grey_phase, 127 lcd_blit_grey_phase,
128#endif /* LCD_DEPTH */ 128#endif /* LCD_DEPTH */