X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=maemo%2Fhildon.c;h=43e3e15e0154fbf4d6fd9a240d4cfed43a05a25b;hp=8e7635a6c09b223d7f3f3852518b0340c9718a0f;hb=3601e36bd526c63c842f68b2ff6cac82954e5e7e;hpb=4ea7de6a1495abfbc49c54fd2a90e902fdfa13d9 diff --git a/maemo/hildon.c b/maemo/hildon.c index 8e7635a6..43e3e15e 100644 --- a/maemo/hildon.c +++ b/maemo/hildon.c @@ -4,12 +4,12 @@ #include #include #include -#include "plugin_lib.h" +#include "plugin_lib.h" #include "main.h" #include "plat.h" #include "../libpcsxcore/psemu_plugin_defs.h" -#include "common/readpng.h" +#include "libpicofe/readpng.h" #include "maemo_common.h" #define X_RES 800 @@ -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) { }