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 ed61e9522..d8642c5b3 100644 --- a/src/core/hid/emulated_controller.h +++ b/src/core/hid/emulated_controller.h | |||
| @@ -354,7 +354,7 @@ private: | |||
| 354 | * @param index Button ID of the to be updated | 354 | * @param index Button ID of the to be updated |
| 355 | */ | 355 | */ |
| 356 | void SetButton(const Common::Input::CallbackStatus& callback, std::size_t index, | 356 | void SetButton(const Common::Input::CallbackStatus& callback, std::size_t index, |
| 357 | Common::NewUUID uuid); | 357 | Common::UUID uuid); |
| 358 | 358 | ||
| 359 | /** | 359 | /** |
| 360 | * Updates the analog stick status of the controller | 360 | * Updates the analog stick status of the controller |
| @@ -362,7 +362,7 @@ private: | |||
| 362 | * @param index stick ID of the to be updated | 362 | * @param index stick ID of the to be updated |
| 363 | */ | 363 | */ |
| 364 | void SetStick(const Common::Input::CallbackStatus& callback, std::size_t index, | 364 | void SetStick(const Common::Input::CallbackStatus& callback, std::size_t index, |
| 365 | Common::NewUUID uuid); | 365 | Common::UUID uuid); |
| 366 | 366 | ||
| 367 | /** | 367 | /** |
| 368 | * Updates the trigger status of the controller | 368 | * Updates the trigger status of the controller |
| @@ -370,7 +370,7 @@ private: | |||
| 370 | * @param index trigger ID of the to be updated | 370 | * @param index trigger ID of the to be updated |
| 371 | */ | 371 | */ |
| 372 | void SetTrigger(const Common::Input::CallbackStatus& callback, std::size_t index, | 372 | void SetTrigger(const Common::Input::CallbackStatus& callback, std::size_t index, |
| 373 | Common::NewUUID uuid); | 373 | Common::UUID uuid); |
| 374 | 374 | ||
| 375 | /** | 375 | /** |
| 376 | * Updates the motion status of the controller | 376 | * Updates the motion status of the controller |