mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-14 14:29:24 +00:00
![Jacob Patterson](/assets/img/avatar_default.png)
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.