forked from len0rd/rockbox
Fix warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12914 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a56757137c
commit
5e2984ad80
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ static int output_y;
|
|||
static int output_width;
|
||||
static int output_height;
|
||||
|
||||
#ifdef SIMULATOR
|
||||
#if defined(SIMULATOR) && defined(HAVE_LCD_COLOR)
|
||||
|
||||
#define RYFAC (31*257)
|
||||
#define GYFAC (63*257)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue