diff options
author | german77 <juangerman-13@hotmail.com> | 2022-10-21 07:23:12 +0200 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2022-10-21 07:24:08 +0200 |
commit | 7f66050f0c383a5c7d82c5c58098f819d4e1e0bc (patch) | |
tree | 8d449371387a14d7564381037d8deade468ee010 /src/core/hid/emulated_controller.h | |
parent | Merge pull request #9088 from Fdawgs/chore/images (diff) | |
download | yuzu-7f66050f0c383a5c7d82c5c58098f819d4e1e0bc.tar yuzu-7f66050f0c383a5c7d82c5c58098f819d4e1e0bc.tar.gz yuzu-7f66050f0c383a5c7d82c5c58098f819d4e1e0bc.tar.bz2 yuzu-7f66050f0c383a5c7d82c5c58098f819d4e1e0bc.tar.lz yuzu-7f66050f0c383a5c7d82c5c58098f819d4e1e0bc.tar.xz yuzu-7f66050f0c383a5c7d82c5c58098f819d4e1e0bc.tar.zst yuzu-7f66050f0c383a5c7d82c5c58098f819d4e1e0bc.zip |
Diffstat (limited to 'src/core/hid/emulated_controller.h')
-rw-r--r-- | src/core/hid/emulated_controller.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/hid/emulated_controller.h b/src/core/hid/emulated_controller.h index 319226bf8..d004ca56a 100644 --- a/src/core/hid/emulated_controller.h +++ b/src/core/hid/emulated_controller.h @@ -206,9 +206,6 @@ public: */ bool IsConnected(bool get_temporary_value = false) const; - /// Returns true if vibration is enabled - bool IsVibrationEnabled() const; - /// Removes all callbacks created from input devices void UnloadInput(); @@ -339,7 +336,7 @@ public: * Sends a small vibration to the output device * @return true if SetVibration was successfull */ - bool TestVibration(std::size_t device_index); + bool IsVibrationEnabled(std::size_t device_index); /** * Sets the desired data to be polled from a controller |