From 4cdfc0bc7b3dd2051b8027da4e2f35bbb9897307 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 31 May 2009 23:10:24 +0300 Subject: working tripple buffering --- gp2x/gp2x.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gp2x/gp2x.h') diff --git a/gp2x/gp2x.h b/gp2x/gp2x.h index 15b4a90..df7d141 100644 --- a/gp2x/gp2x.h +++ b/gp2x/gp2x.h @@ -51,4 +51,9 @@ void set_940_Div(u16 div); s32 gp2x_load_mmuhack(); +/* wiz only */ +extern void *gpsp_gp2x_screen; +void fb_use_buffers(int count); +void pollux_video_flip(); + #endif -- cgit v1.2.3