summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox/pacbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pacbox/pacbox.c')
-rwxr-xr-xapps/plugins/pacbox/pacbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pacbox/pacbox.c b/apps/plugins/pacbox/pacbox.c
index 182e4a473a..262ab3e836 100755
--- a/apps/plugins/pacbox/pacbox.c
+++ b/apps/plugins/pacbox/pacbox.c
@@ -704,7 +704,7 @@ static int gameProc( void )
704 rb->lcd_blit_pal256( video_buffer, 0, 0, XOFS, YOFS, 704 rb->lcd_blit_pal256( video_buffer, 0, 0, XOFS, YOFS,
705 ScreenWidth, ScreenHeight); 705 ScreenWidth, ScreenHeight);
706#else 706#else
707 blit_display(rb->lcd_framebuffer,video_buffer); 707 blit_display(*rb->lcd_framebuffer,video_buffer);
708#endif 708#endif
709 709
710 if (settings.showfps) { 710 if (settings.showfps) {