aboutsummaryrefslogtreecommitdiff
path: root/maemo/hildon.c
diff options
context:
space:
mode:
authornotaz2012-07-30 00:30:11 +0300
committernotaz2012-07-30 00:30:38 +0300
commitafc74f4e1a9d70e20f8d48a58c96785ed018c7a3 (patch)
treee93ee16f33509c8356cdec94753d2520d7911610 /maemo/hildon.c
parentc67af2ac1a8305c7377c7dda844257c5bc1545e3 (diff)
downloadpcsx_rearmed-afc74f4e1a9d70e20f8d48a58c96785ed018c7a3.tar.gz
pcsx_rearmed-afc74f4e1a9d70e20f8d48a58c96785ed018c7a3.tar.bz2
pcsx_rearmed-afc74f4e1a9d70e20f8d48a58c96785ed018c7a3.zip
fix maemo build
Diffstat (limited to 'maemo/hildon.c')
-rw-r--r--maemo/hildon.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/maemo/hildon.c b/maemo/hildon.c
index afe7bb2..4458aa7 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)
{
}