diff options
author | german77 <juangerman-13@hotmail.com> | 2021-06-17 05:09:38 +0200 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2022-02-08 17:08:04 +0100 |
commit | fc9abd3c625c3eb8b7cc9445eef1291744ee52f6 (patch) | |
tree | dd69bcaaafcfd4e4e3fed2bb38f0674bd2720294 /src/core/hid/emulated_controller.h | |
parent | nfp: Move IUser class to header and add missing enum and structs (diff) | |
download | yuzu-fc9abd3c625c3eb8b7cc9445eef1291744ee52f6.tar yuzu-fc9abd3c625c3eb8b7cc9445eef1291744ee52f6.tar.gz yuzu-fc9abd3c625c3eb8b7cc9445eef1291744ee52f6.tar.bz2 yuzu-fc9abd3c625c3eb8b7cc9445eef1291744ee52f6.tar.lz yuzu-fc9abd3c625c3eb8b7cc9445eef1291744ee52f6.tar.xz yuzu-fc9abd3c625c3eb8b7cc9445eef1291744ee52f6.tar.zst yuzu-fc9abd3c625c3eb8b7cc9445eef1291744ee52f6.zip |
Diffstat (limited to 'src/core/hid/emulated_controller.h')
-rw-r--r-- | src/core/hid/emulated_controller.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hid/emulated_controller.h b/src/core/hid/emulated_controller.h index d8642c5b3..7785e6110 100644 --- a/src/core/hid/emulated_controller.h +++ b/src/core/hid/emulated_controller.h @@ -309,6 +309,8 @@ public: */ bool TestVibration(std::size_t device_index); + bool SetPollingMode(Common::Input::PollingMode polling_mode); + /// Returns the led pattern corresponding to this emulated controller LedPattern GetLedPattern() const; |