forked from len0rd/rockbox
Fix yellow H1x0 simulator builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8846 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6a972e0249
commit
4b9fbd1687
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ SDL_Color remote_color_max = {0, 0, 0, 0};
|
||||||
|
|
||||||
extern unsigned char lcd_remote_framebuffer[LCD_REMOTE_HEIGHT/8][LCD_REMOTE_WIDTH];
|
extern unsigned char lcd_remote_framebuffer[LCD_REMOTE_HEIGHT/8][LCD_REMOTE_WIDTH];
|
||||||
|
|
||||||
static inline Uint32 get_lcd_remote_pixel(int x, int y) {
|
static unsigned long get_lcd_remote_pixel(int x, int y) {
|
||||||
return ((lcd_remote_framebuffer[y/8][x] >> (y & 7)) & 1);
|
return ((lcd_remote_framebuffer[y/8][x] >> (y & 7)) & 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue