forked from len0rd/rockbox
make the plugin API frambuffer agnostic
Change-Id: I5abdc231093054c517ff53b9a456997e440e3f6e
This commit is contained in:
parent
5d5f8169b5
commit
12f3ed1699
25 changed files with 92 additions and 93 deletions
|
@ -704,7 +704,7 @@ static int gameProc( void )
|
|||
rb->lcd_blit_pal256( video_buffer, 0, 0, XOFS, YOFS,
|
||||
ScreenWidth, ScreenHeight);
|
||||
#else
|
||||
blit_display(rb->lcd_framebuffer,video_buffer);
|
||||
blit_display(*rb->lcd_framebuffer,video_buffer);
|
||||
#endif
|
||||
|
||||
if (settings.showfps) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue