X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=linux%2Fgp2x.c;h=ec8b10e1a96fe549d098a945dcca4b4903a6e575;hb=55a951ddbf509c36e4c357f3af050507a33d7e02;hp=cc4db9843ceb29cebfc5458d314b4765e7a7274f;hpb=af6e9c49619b918da965e82e5ecb525d98aee862;p=libpicofe.git diff --git a/linux/gp2x.c b/linux/gp2x.c index cc4db98..ec8b10e 100644 --- a/linux/gp2x.c +++ b/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) { } @@ -381,7 +381,7 @@ void set_RAM_Timings(int tRC, int tRAS, int tWR, int tMRD, int tRFC, int tRP, in { } -void set_gamma(int g100) +void set_gamma(int g100, int A_SNs_curve) { } @@ -402,7 +402,7 @@ int mmuunhack(void) /* misc */ void spend_cycles(int c) { - usleep(c/*/200*/); + usleep(c/200); }