mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 00:32:46 +00:00
a28ea1e1c6
Vibrator.vibrate(long[] pattern, int repeat) and VibrationEffect.createWaveform(long[] timings, int[] amplitudes, int repeat) expect an array of off/on pairs for both timings and amplitudes. Add an initial off time of zero to achieve expected vibration behavior.