mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Finally - grayscale library support for the simulators. Currently SDL only, win32 and x11 won't link anymore due to missing simulator functions.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8845 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
14fe89aa8d
commit
6a972e0249
21 changed files with 385 additions and 134 deletions
|
|
@ -24,6 +24,10 @@
|
|||
#include "SDL.h"
|
||||
|
||||
void sim_lcd_init(void);
|
||||
#if LCD_DEPTH < 8
|
||||
void sim_lcd_ex_init(int shades, unsigned long (*getpixel)(int, int));
|
||||
void sim_lcd_ex_update_rect(int x, int y, int width, int height);
|
||||
#endif
|
||||
|
||||
#endif // #ifndef __LCDBITMAP_H__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue