X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplat_sdl.c;fp=frontend%2Fplat_sdl.c;h=5e11cf8434aaeaf10a34bb8aafe96cce4f275e3e;hp=4e77dc35eec712f4c8031b2d0a65b603c8f6b21b;hb=d71c709541218f67ab32229b03307b045a8ed6cb;hpb=4e47706596441172d1cc3f203b8baa398cea3023 diff --git a/frontend/plat_sdl.c b/frontend/plat_sdl.c index 4e77dc35..5e11cf84 100644 --- a/frontend/plat_sdl.c +++ b/frontend/plat_sdl.c @@ -336,7 +336,7 @@ void *plat_prepare_screenshot(int *w, int *h, int *bpp) return 0; } -void plat_trigger_vibrate(int is_strong) +void plat_trigger_vibrate(int pad, int low, int high) { }