X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=maemo%2Fhildon.c;h=4458aa7d50d6256127ed10bce1740fff854a755e;hp=afe7bb2a0fa214a2115b201123d8b43f6d51b94b;hb=afc74f4e1a9d70e20f8d48a58c96785ed018c7a3;hpb=c67af2ac1a8305c7377c7dda844257c5bc1545e3 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) { }