mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-11 01:29:11 +01:00
bed9fbf5e7
`EmulationActivity.vibrateDevice` would assert when a `null` Vibrator is provided due to one not being set in the controller configuration. This has now been fixed by the code not playing a vibration when a vibration device isn't selected.