diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2009-05-12 13:22:39 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2009-05-12 13:22:39 +0000 |
commit | b1d03ccee7066d7e8e218b7cafcd85b17f5549d8 (patch) | |
tree | dc0039d583343471b3e3315fd04625fe9212e567 /apps/plugin.c | |
parent | f2c18d6922257c6610f4c01ed09ce318295bee68 (diff) |
FS#10118 & FS#10165 : lcd_blit_yuv() for Sansa Fuze & Sansa e200v2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20919 a1c6a512-1295-4272-9138-f99709370657
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 f079e849bd..7f362c8566 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -128,7 +128,7 @@ static const struct plugin_api rockbox_api = { lcd_bitmap_transparent, lcd_blit_yuv, #if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \ - || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) + || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) || defined(SANSA_FUZE) || defined(SANSA_E200V2) lcd_yuv_set_options, #endif #elif (LCD_DEPTH < 4) && !defined(SIMULATOR) |