From 0369c65870c4ffa1223dc3c6c7234ae1f12f6a04 Mon Sep 17 00:00:00 2001 From: t895 Date: Fri, 23 Feb 2024 16:00:48 -0500 Subject: android: Play vibrations asynchronously --- src/input_common/drivers/sdl_driver.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/input_common/drivers/sdl_driver.h') diff --git a/src/input_common/drivers/sdl_driver.h b/src/input_common/drivers/sdl_driver.h index 08e49a0da..a140ad072 100644 --- a/src/input_common/drivers/sdl_driver.h +++ b/src/input_common/drivers/sdl_driver.h @@ -69,11 +69,6 @@ public: bool IsVibrationEnabled(const PadIdentifier& identifier) override; private: - struct VibrationRequest { - PadIdentifier identifier; - Common::Input::VibrationStatus vibration; - }; - void InitJoystick(int joystick_index); void CloseJoystick(SDL_Joystick* sdl_joystick); -- cgit v1.2.3