diff options
| author | 2021-10-20 17:53:14 -0500 | |
|---|---|---|
| committer | 2021-11-24 20:30:25 -0600 | |
| commit | af55dd193533be577d0a3d01f93a4a3a2c27cd5d (patch) | |
| tree | c9fa35290dbf470a7940b3b22249c948970b714c /src/core/hid/emulated_controller.h | |
| parent | core/hid: Fix rumble too strong at 1% (diff) | |
| download | yuzu-af55dd193533be577d0a3d01f93a4a3a2c27cd5d.tar.gz yuzu-af55dd193533be577d0a3d01f93a4a3a2c27cd5d.tar.xz yuzu-af55dd193533be577d0a3d01f93a4a3a2c27cd5d.zip | |
configuration: Migrate controller settings to emulated controller
Diffstat (limited to 'src/core/hid/emulated_controller.h')
| -rw-r--r-- | src/core/hid/emulated_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hid/emulated_controller.h b/src/core/hid/emulated_controller.h index 3a0b20cf8..f3ee70726 100644 --- a/src/core/hid/emulated_controller.h +++ b/src/core/hid/emulated_controller.h | |||
| @@ -329,7 +329,7 @@ private: | |||
| 329 | * @param type: Input type of the event to trigger | 329 | * @param type: Input type of the event to trigger |
| 330 | * @param is_service_update: indicates if this event should be sended to only services | 330 | * @param is_service_update: indicates if this event should be sended to only services |
| 331 | */ | 331 | */ |
| 332 | void TriggerOnChange(ControllerTriggerType type, bool is_service_update); | 332 | void TriggerOnChange(ControllerTriggerType type, bool is_service_update); |
| 333 | 333 | ||
| 334 | NpadIdType npad_id_type; | 334 | NpadIdType npad_id_type; |
| 335 | NpadType npad_type{NpadType::None}; | 335 | NpadType npad_type{NpadType::None}; |