mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
FIX RED framebuffer viewport rewrite
Change-Id: I4cb8f580e15440d06f8d5fabb2fbf5147c67b49c
This commit is contained in:
parent
9b295ce135
commit
ada919fc11
3 changed files with 9 additions and 6 deletions
|
@ -885,6 +885,9 @@ void lcd_refreshline(void)
|
|||
return;
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_LCD_MODES) && (HAVE_LCD_MODES & LCD_MODE_PAL256)
|
||||
fb_data *lcd_fb = get_framebuffer();
|
||||
#endif
|
||||
updatepatpix();
|
||||
|
||||
L = R_LY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue