forked from len0rd/rockbox
Fixed player sim warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4538 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e8bb31ee13
commit
1aa9cdad20
1 changed files with 3 additions and 2 deletions
|
|
@ -111,14 +111,15 @@ static char lcd_cram;
|
|||
static char lcd_pram;
|
||||
static char lcd_iram;
|
||||
|
||||
static unsigned char lcd_data_byte; /* global write buffer */
|
||||
|
||||
unsigned short buffer_xlcd[11][2];
|
||||
unsigned short buffer_lcd_mirror[11][2];
|
||||
|
||||
#ifdef SIMULATOR
|
||||
unsigned char hardware_buffer_lcd[11][2];
|
||||
#else
|
||||
static unsigned char lcd_data_byte; /* global write buffer */
|
||||
#endif
|
||||
|
||||
#define NO_CHAR -1
|
||||
|
||||
static void lcd_free_pat(int map_ch)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue