mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Remove YUV blitting functions and LCD modes
None of this is needed now that mpegplayer is gone. Change-Id: I360366db8513e4d988021e8d7b7d8eb09930efb8
This commit is contained in:
parent
b371ff1f47
commit
fe6aa21e9e
54 changed files with 3 additions and 9638 deletions
|
|
@ -220,7 +220,7 @@
|
|||
#define HAVE_USB_HID_MOUSE
|
||||
|
||||
/* Define this if hardware supports alternate blitting */
|
||||
#define HAVE_LCD_MODES (LCD_MODE_RGB565 | LCD_MODE_YUV | LCD_MODE_PAL256)
|
||||
#define HAVE_LCD_MODES (LCD_MODE_RGB565 | LCD_MODE_PAL256)
|
||||
|
||||
#define CONFIG_CPU DM320
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue