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=8e7635a6c09b223d7f3f3852518b0340c9718a0f;hb=06bc35c833797ce9f6f3287abf954f037bb12319;hpb=4ea7de6a1495abfbc49c54fd2a90e902fdfa13d9 diff --git a/maemo/hildon.c b/maemo/hildon.c index 8e7635a6..4458aa7d 100644 --- a/maemo/hildon.c +++ b/maemo/hildon.c @@ -186,10 +186,6 @@ void maemo_init(int *argc, char ***argv) pl_rearmed_cbs.only_16bpp = 1; } -void menu_loop(void) -{ -} - void *plat_gvideo_set_mode(int *w_, int *h_, int *bpp_) { int w = *w_, h = *h_; @@ -249,7 +245,7 @@ void *plat_gvideo_flip(void) return pl_vout_buf; } -void plat_gvideo_open(void) +void plat_gvideo_open(int is_pal) { } @@ -262,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) { }