diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2024-02-24 00:38:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-24 00:38:13 -0500 |
commit | d1e0039bc87a28e42b05b324d0f15dc063a898b1 (patch) | |
tree | c17bd7729a3e6ec78a9e261c38a7dd013a4f3832 /src/input_common/drivers/sdl_driver.h | |
parent | 7a51eaa727f703a6a6583df678b00332ff4d6418 (diff) | |
parent | 0369c65870c4ffa1223dc3c6c7234ae1f12f6a04 (diff) |
Merge pull request #13142 from t895/vibration-queue
android: Play vibrations asynchronously
Diffstat (limited to 'src/input_common/drivers/sdl_driver.h')
-rw-r--r-- | src/input_common/drivers/sdl_driver.h | 5 |
1 files changed, 0 insertions, 5 deletions
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); |