diff options
Diffstat (limited to 'src/core/hid/emulated_controller.h')
| -rw-r--r-- | src/core/hid/emulated_controller.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hid/emulated_controller.h b/src/core/hid/emulated_controller.h index a9da465a2..429655355 100644 --- a/src/core/hid/emulated_controller.h +++ b/src/core/hid/emulated_controller.h | |||
| @@ -132,7 +132,7 @@ struct ControllerStatus { | |||
| 132 | RingAnalogValue ring_analog_value{}; | 132 | RingAnalogValue ring_analog_value{}; |
| 133 | NfcValues nfc_values{}; | 133 | NfcValues nfc_values{}; |
| 134 | 134 | ||
| 135 | // Data for HID serices | 135 | // Data for HID services |
| 136 | HomeButtonState home_button_state{}; | 136 | HomeButtonState home_button_state{}; |
| 137 | CaptureButtonState capture_button_state{}; | 137 | CaptureButtonState capture_button_state{}; |
| 138 | NpadButtonState npad_button_state{}; | 138 | NpadButtonState npad_button_state{}; |
| @@ -357,7 +357,7 @@ public: | |||
| 357 | 357 | ||
| 358 | /** | 358 | /** |
| 359 | * Sends a small vibration to the output device | 359 | * Sends a small vibration to the output device |
| 360 | * @return true if SetVibration was successfull | 360 | * @return true if SetVibration was successful |
| 361 | */ | 361 | */ |
| 362 | bool IsVibrationEnabled(std::size_t device_index); | 362 | bool IsVibrationEnabled(std::size_t device_index); |
| 363 | 363 | ||
| @@ -373,7 +373,7 @@ public: | |||
| 373 | /** | 373 | /** |
| 374 | * Sets the desired camera format to be polled from a controller | 374 | * Sets the desired camera format to be polled from a controller |
| 375 | * @param camera_format size of each frame | 375 | * @param camera_format size of each frame |
| 376 | * @return true if SetCameraFormat was successfull | 376 | * @return true if SetCameraFormat was successful |
| 377 | */ | 377 | */ |
| 378 | bool SetCameraFormat(Core::IrSensor::ImageTransferProcessorFormat camera_format); | 378 | bool SetCameraFormat(Core::IrSensor::ImageTransferProcessorFormat camera_format); |
| 379 | 379 | ||