diff options
Diffstat (limited to 'apps/plugins/pacbox')
| -rw-r--r-- | apps/plugins/pacbox/pacbox_lcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pacbox/pacbox_lcd.c b/apps/plugins/pacbox/pacbox_lcd.c index 64b12f0..c4df2fa 100644 --- a/apps/plugins/pacbox/pacbox_lcd.c +++ b/apps/plugins/pacbox/pacbox_lcd.c @@ -28,7 +28,7 @@ #include "arcade.h" #include "hardware.h" -#if defined(SIMULATOR) || !defined(IRIVER_H300_SERIES) +#if (CONFIG_PLATFORM & PLATFORM_HOSTED) || !defined(IRIVER_H300_SERIES) void blit_display(fb_data* lcd_framebuffer, unsigned char* vbuf) { |