mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
remove unneeded LCD_DEPTH test in lib/resize.h, add some comments explaining the core-file imports
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19715 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c7e83bd017
commit
32d9752dcc
4 changed files with 14 additions and 5 deletions
|
@ -4,6 +4,10 @@ fixedpoint.c
|
|||
playback_control.c
|
||||
rgb_hsv.c
|
||||
#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4)
|
||||
/*
|
||||
The scaler is not provided in core on mono targets, but is built in
|
||||
pluginlib for use with greylib overlay output
|
||||
*/
|
||||
#if LCD_DEPTH == 1
|
||||
resize.c
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue