diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-01-13 20:39:33 +0100 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-01-20 01:05:23 +0100 |
commit | 4a307a7b3aa3afea7d62674f6cf40b76f3ffb5e3 (patch) | |
tree | c104ff9a8a48cf29fd3dc67c84f5af71224744f7 /src/core/hid/emulated_controller.h | |
parent | input_common: Drop Pro controller support from custom driver (diff) | |
download | yuzu-4a307a7b3aa3afea7d62674f6cf40b76f3ffb5e3.tar yuzu-4a307a7b3aa3afea7d62674f6cf40b76f3ffb5e3.tar.gz yuzu-4a307a7b3aa3afea7d62674f6cf40b76f3ffb5e3.tar.bz2 yuzu-4a307a7b3aa3afea7d62674f6cf40b76f3ffb5e3.tar.lz yuzu-4a307a7b3aa3afea7d62674f6cf40b76f3ffb5e3.tar.xz yuzu-4a307a7b3aa3afea7d62674f6cf40b76f3ffb5e3.tar.zst yuzu-4a307a7b3aa3afea7d62674f6cf40b76f3ffb5e3.zip |
Diffstat (limited to 'src/core/hid/emulated_controller.h')
-rw-r--r-- | src/core/hid/emulated_controller.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/hid/emulated_controller.h b/src/core/hid/emulated_controller.h index edebfc15c..3ac77b2b5 100644 --- a/src/core/hid/emulated_controller.h +++ b/src/core/hid/emulated_controller.h @@ -363,10 +363,12 @@ public: /** * Sets the desired data to be polled from a controller + * @param device_index index of the controller to set the polling mode * @param polling_mode type of input desired buttons, gyro, nfc, ir, etc. * @return driver result from this command */ - Common::Input::DriverResult SetPollingMode(Common::Input::PollingMode polling_mode); + Common::Input::DriverResult SetPollingMode(EmulatedDeviceIndex device_index, + Common::Input::PollingMode polling_mode); /** * Sets the desired camera format to be polled from a controller |