X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2Fgp2x.c;h=40cd7bc92054495a4c0a6933624350e7231ec05e;hb=2433f409129279095926eb00cf8ab429738f80dd;hp=cc4db9843ceb29cebfc5458d314b4765e7a7274f;hpb=3d48f1437fc5e2c556ed900ae25fd4a255d52922;p=picodrive.git diff --git a/platform/linux/gp2x.c b/platform/linux/gp2x.c index cc4db98..40cd7bc9 100644 --- a/platform/linux/gp2x.c +++ b/platform/linux/gp2x.c @@ -257,7 +257,7 @@ void gp2x_video_setpalette(int *pal, int len) memcpy(current_pal, pal, len*4); } -void gp2x_video_RGB_setscaling(int W, int H) +void gp2x_video_RGB_setscaling(int v_offs, int W, int H) { }