X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2Fgp2x.h;h=349b8987ef57e3672638c36889dab9f0ad5c6354;hb=82bc9cdd10371209663e62f5a21ab0bccd671ab0;hp=bddfc29cd757557b43f2a70c45f64db492e7f3ff;hpb=e11c55481f1703298b3e7e213f73cec8a136f974;p=picodrive.git diff --git a/platform/gp2x/gp2x.h b/platform/gp2x/gp2x.h index bddfc29..349b898 100644 --- a/platform/gp2x/gp2x.h +++ b/platform/gp2x/gp2x.h @@ -12,8 +12,9 @@ void gp2x_video_flip2(void); void gp2x_video_changemode(int bpp); 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_RGB_setscaling(int ln_offs, 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);