mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Note: I left behind lcd_bitmap in features.txt, because removing it would require considerable work in the manual and the translations. Change-Id: Ia8ca7761f610d9332a0d22a7d189775fb15ec88a
This commit is contained in:
parent
8cb555460f
commit
658026e626
240 changed files with 288 additions and 1759 deletions
|
@ -79,7 +79,7 @@ wolf3d.c
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if PLUGIN_BUFFER_SIZE <= 0x20000 && defined(HAVE_LCD_BITMAP)
|
||||
#if PLUGIN_BUFFER_SIZE <= 0x20000
|
||||
|
||||
#if CONFIG_KEYPAD != SANSA_M200_PAD \
|
||||
&& CONFIG_KEYPAD != HM60X_PAD
|
||||
|
@ -92,7 +92,7 @@ chessbox.c
|
|||
goban.c
|
||||
pictureflow.c
|
||||
|
||||
#endif /* PLUGIN_BUFFER_SIZE <= 0x20000 && HAVE_LCD_BITMAP */
|
||||
#endif /* PLUGIN_BUFFER_SIZE <= 0x20000 */
|
||||
|
||||
#if defined(IRIVER_H100_SERIES)
|
||||
iriver_flash.c
|
||||
|
@ -106,8 +106,6 @@ crypt_firmware.c
|
|||
|
||||
metronome.c
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP /* Not for the Archos Player */
|
||||
|
||||
2048.c
|
||||
|
||||
/* Lua needs at least 160 KB to work in */
|
||||
|
@ -173,8 +171,6 @@ rockpaint.c
|
|||
|
||||
rocklife.c
|
||||
|
||||
#endif /* HAVE_LCD_BITMAP */
|
||||
|
||||
#if LCD_DEPTH > 1 /* non-mono bitmap targets */
|
||||
|
||||
matrix.c
|
||||
|
@ -198,7 +194,6 @@ test_codec.c
|
|||
test_core_jpeg.c
|
||||
#endif
|
||||
test_disk.c
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
test_fps.c
|
||||
test_gfx.c
|
||||
#if LCD_DEPTH < 4 && !defined(SIMULATOR)
|
||||
|
@ -208,11 +203,8 @@ test_scanrate.c
|
|||
test_grey.c
|
||||
test_greylib_bitmap_scale.c
|
||||
#endif
|
||||
#endif
|
||||
test_mem.c
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
test_mem_jpeg.c
|
||||
#endif
|
||||
#ifdef HAVE_LCD_COLOR
|
||||
test_resize.c
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue