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=11bcef4f63c095b0615d6b12f3d706e9af0294ae;hb=e4c83ca67cf7ad13db3995909605ce01ff915824;hpb=cc56203b76e1fcef2c7e55b460daf07e654a1547 diff --git a/frontend/libretro.c b/frontend/libretro.c index 11bcef4f..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) { } @@ -274,7 +274,7 @@ bool retro_load_game(const struct retro_game_info *info) printf("could not load CD-ROM!\n"); return false; } - emu_on_new_cd(); + emu_on_new_cd(0); return true; }