diff options
author | t895 <clombardo169@gmail.com> | 2024-02-23 22:00:48 +0100 |
---|---|---|
committer | t895 <clombardo169@gmail.com> | 2024-02-23 22:41:59 +0100 |
commit | 0369c65870c4ffa1223dc3c6c7234ae1f12f6a04 (patch) | |
tree | c1f670eda72a5273074fb7990d85f83045cfe070 /src/input_common/drivers/sdl_driver.h | |
parent | Merge pull request #13141 from liamwhite/swap (diff) | |
download | yuzu-0369c65870c4ffa1223dc3c6c7234ae1f12f6a04.tar yuzu-0369c65870c4ffa1223dc3c6c7234ae1f12f6a04.tar.gz yuzu-0369c65870c4ffa1223dc3c6c7234ae1f12f6a04.tar.bz2 yuzu-0369c65870c4ffa1223dc3c6c7234ae1f12f6a04.tar.lz yuzu-0369c65870c4ffa1223dc3c6c7234ae1f12f6a04.tar.xz yuzu-0369c65870c4ffa1223dc3c6c7234ae1f12f6a04.tar.zst yuzu-0369c65870c4ffa1223dc3c6c7234ae1f12f6a04.zip |
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); |