X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Flibretro.c;fp=frontend%2Flibretro.c;h=74b5dbff24d2cf120f0dcd877aaab8da8c1a43fb;hp=47f07a63ba589fba6cbf02e5a003093d8dfce1ad;hb=d71c709541218f67ab32229b03307b045a8ed6cb;hpb=4e47706596441172d1cc3f203b8baa398cea3023 diff --git a/frontend/libretro.c b/frontend/libretro.c index 47f07a63..74b5dbff 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -197,7 +197,7 @@ void pl_timing_prepare(int is_pal) is_pal_mode = is_pal; } -void plat_trigger_vibrate(int pad, uint32_t low, uint32_t high) +void plat_trigger_vibrate(int pad, int low, int high) { rumble.set_rumble_state(pad, RETRO_RUMBLE_STRONG, high << 8); rumble.set_rumble_state(pad, RETRO_RUMBLE_WEAK, low ? 0xffff : 0x0);