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