gte: avoid fno-strict-aliasing
[pcsx_rearmed.git] / maemo / hildon.c
index 8e7635a..43e3e15 100644 (file)
@@ -4,12 +4,12 @@
 #include <stdint.h>
 #include <unistd.h>
 #include <hildon/hildon.h>
-#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)
 {
 }