1fcfdc3327794f04e5f2bb312c31ffb14db10dd6
[ginge.git] / common / host_fb.h
1 int   host_video_init(int *stride, int no_dblbuf);
2 void  host_video_finish(void);
3 void *host_video_flip(void);
4 void  host_video_change_bpp(int bpp);
5 void  host_video_update_pal(unsigned int *pal);
6
7 void host_video_blit4(const unsigned char *src, int w, int h);
8 void host_video_blit8(const unsigned char *src, int w, int h);
9 void host_video_blit16(const unsigned short *src, int w, int h);