dfxvideo: don't build Xv version (no longer used)
[pcsx_rearmed.git] / maemo / hildon.c
index afe7bb2..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
@@ -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)
 {
 }