diff options
Diffstat (limited to 'src/core/hid/emulated_controller.h')
| -rw-r--r-- | src/core/hid/emulated_controller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hid/emulated_controller.h b/src/core/hid/emulated_controller.h index c517aa5d7..fb931fc0a 100644 --- a/src/core/hid/emulated_controller.h +++ b/src/core/hid/emulated_controller.h | |||
| @@ -363,9 +363,9 @@ public: | |||
| 363 | /** | 363 | /** |
| 364 | * Sets the desired data to be polled from a controller | 364 | * Sets the desired data to be polled from a controller |
| 365 | * @param polling_mode type of input desired buttons, gyro, nfc, ir, etc. | 365 | * @param polling_mode type of input desired buttons, gyro, nfc, ir, etc. |
| 366 | * @return true if SetPollingMode was successfull | 366 | * @return driver result from this command |
| 367 | */ | 367 | */ |
| 368 | bool SetPollingMode(Common::Input::PollingMode polling_mode); | 368 | Common::Input::DriverResult SetPollingMode(Common::Input::PollingMode polling_mode); |
| 369 | 369 | ||
| 370 | /** | 370 | /** |
| 371 | * Sets the desired camera format to be polled from a controller | 371 | * Sets the desired camera format to be polled from a controller |