From: notaz Date: Sun, 29 Jul 2012 21:30:11 +0000 (+0300) Subject: fix maemo build X-Git-Tag: r15~9 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=afc74f4e1a9d70e20f8d48a58c96785ed018c7a3 fix maemo build --- diff --git a/maemo/hildon.c b/maemo/hildon.c index afe7bb2a..4458aa7d 100644 --- a/maemo/hildon.c +++ b/maemo/hildon.c @@ -245,7 +245,7 @@ void *plat_gvideo_flip(void) return pl_vout_buf; } -void plat_gvideo_open(void) +void plat_gvideo_open(int is_pal) { } @@ -258,14 +258,10 @@ void *plat_prepare_screenshot(int *w, int *h, int *bpp) return NULL; } -void plat_step_volume(int is_up) -{ -} - void plat_trigger_vibrate(int is_strong) { } -void plat_minimize(void) +void menu_notify_mode_change(int w, int h, int bpp) { }