X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Flibretro.c;h=b832a4efe7e7055066ab14ef1221e28cc3ee331f;hp=82e6f658d9eaa8d5cdd590308fdcb1b21ed42ce2;hb=e4c83ca67cf7ad13db3995909605ce01ff915824;hpb=c65553d0cafc353daad3fdcc0aab63bb8427a809 diff --git a/frontend/libretro.c b/frontend/libretro.c index 82e6f658..b832a4ef 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -43,7 +43,7 @@ static int vout_open(void) return 0; } -static void vout_set_mode(int w, int h, int bpp) +static void vout_set_mode(int w, int h, int raw_w, int raw_h, int bpp) { } @@ -132,7 +132,7 @@ void plat_trigger_vibrate(int is_strong) { } -void pl_update_gun(int *xn, int *xres, int *y, int *in) +void pl_update_gun(int *xn, int *yn, int *xres, int *yres, int *in) { }