diff options
| author | 2021-10-21 13:56:52 -0500 | |
|---|---|---|
| committer | 2021-11-24 20:30:25 -0600 | |
| commit | b5e72de753ae4de5c5fae7087abb00dc4242451d (patch) | |
| tree | ac1f2b56814bbaaa1a5432c4e1d79c12dd16296d /src/core/hid/emulated_controller.h | |
| parent | service/hid: Use ring buffer for gestures (diff) | |
| download | yuzu-b5e72de753ae4de5c5fae7087abb00dc4242451d.tar.gz yuzu-b5e72de753ae4de5c5fae7087abb00dc4242451d.tar.xz yuzu-b5e72de753ae4de5c5fae7087abb00dc4242451d.zip | |
kraken: Address comments from review
review fixes
Diffstat (limited to 'src/core/hid/emulated_controller.h')
| -rw-r--r-- | src/core/hid/emulated_controller.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hid/emulated_controller.h b/src/core/hid/emulated_controller.h index f3ee70726..50f21ccd9 100644 --- a/src/core/hid/emulated_controller.h +++ b/src/core/hid/emulated_controller.h | |||
| @@ -337,7 +337,6 @@ private: | |||
| 337 | bool is_connected{false}; | 337 | bool is_connected{false}; |
| 338 | bool temporary_is_connected{false}; | 338 | bool temporary_is_connected{false}; |
| 339 | bool is_configuring{false}; | 339 | bool is_configuring{false}; |
| 340 | bool is_vibration_enabled{true}; | ||
| 341 | f32 motion_sensitivity{0.01f}; | 340 | f32 motion_sensitivity{0.01f}; |
| 342 | 341 | ||
| 343 | ButtonParams button_params; | 342 | ButtonParams button_params; |