FIX RED framebuffer viewport rewrite

Change-Id: I4cb8f580e15440d06f8d5fabb2fbf5147c67b49c
This commit is contained in:
William Wilgus 2020-10-26 14:11:38 -04:00
parent 9b295ce135
commit ada919fc11
3 changed files with 9 additions and 6 deletions

View file

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