mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
FIX RED/YELLOW framebuffer viewport rewrite
Change-Id: Icfd3b00b646c593991f73550d8a316a80e5930a1
This commit is contained in:
parent
40e98a2e49
commit
9b295ce135
2 changed files with 11 additions and 8 deletions
|
@ -332,7 +332,7 @@ static void LCDFN(putsxyofs)(int x, int y, int ofs, const unsigned char *str)
|
|||
static void LCDFN(putsxyofs)(int x, int y, int ofs, const unsigned char *str)
|
||||
{
|
||||
unsigned short *ucs;
|
||||
struct font* pf = font_get(current_vp->font);
|
||||
struct font* pf = font_get(LCDFN(current_vp)->font);
|
||||
int vp_flags = current_vp->flags;
|
||||
const unsigned char *bits;
|
||||
int width;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue