1
0
Fork 0
forked from len0rd/rockbox

FIX RED/YELLOW framebuffer viewport rewrite

Change-Id: Icfd3b00b646c593991f73550d8a316a80e5930a1
This commit is contained in:
William Wilgus 2020-10-26 13:41:38 -04:00
parent 40e98a2e49
commit 9b295ce135
2 changed files with 11 additions and 8 deletions

View file

@ -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;