X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=maemo%2Fhildon.c;h=a5f151ece6c520198af87b1cd716b479d34c7dd6;hp=dc5e497615ac17401c168f7b952c8f0cc802dac4;hb=b7ed06327bf625bdc1aa55899665f544757e9b76;hpb=d64280d6f8f3064fffd834f374900f0bfb735ac7 diff --git a/maemo/hildon.c b/maemo/hildon.c index dc5e4976..a5f151ec 100644 --- a/maemo/hildon.c +++ b/maemo/hildon.c @@ -258,3 +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(void) +{ +}