X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fgp2x.h;h=9883b22ad801b0aa3f267c64a5be9720f5a6c3f7;hb=0d0558bde90234a0413433f743cd85aee645eeef;hp=bddfc29cd757557b43f2a70c45f64db492e7f3ff;hpb=e5d315a58516483a2e8a0f61c3bb166784029e75;p=libpicofe.git diff --git a/gp2x/gp2x.h b/gp2x/gp2x.h index bddfc29..9883b22 100644 --- a/gp2x/gp2x.h +++ b/gp2x/gp2x.h @@ -14,6 +14,7 @@ void gp2x_video_changemode2(int bpp); void gp2x_video_setpalette(int *pal, int len); void gp2x_video_RGB_setscaling(int W, int H); void gp2x_video_wait_vsync(void); +void gp2x_memcpy_buffers(int buffers, void *data, int offset, int len); void gp2x_memcpy_all_buffers(void *data, int offset, int len); void gp2x_memset_all_buffers(int offset, int byte, int len); void gp2x_pd_clone_buffer2(void);