forked from len0rd/rockbox
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
|
@ -142,7 +142,7 @@ PLUGIN_HEADER
|
|||
static int x_off = LCD_WIDTH/2;
|
||||
static int y_off = LCD_HEIGHT/2;
|
||||
|
||||
#if LCD_DEPTH == 1 && !defined(SIMULATOR)
|
||||
#if LCD_DEPTH == 1
|
||||
#define USE_GSLIB
|
||||
struct my_lcd {
|
||||
void (*update)(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue