diff options
| author | 2023-03-11 22:10:38 -0500 | |
|---|---|---|
| committer | 2023-03-12 11:33:01 -0400 | |
| commit | 600f325d87e42f856da58c42a5280f098ebb6e8c (patch) | |
| tree | 75c4fe48af55186a4e420e94a1d7e1bfd92e4ec0 /src/input_common/helpers/joycon_driver.h | |
| parent | general: use codespell to identify spelling mistakes (diff) | |
| download | yuzu-600f325d87e42f856da58c42a5280f098ebb6e8c.tar.gz yuzu-600f325d87e42f856da58c42a5280f098ebb6e8c.tar.xz yuzu-600f325d87e42f856da58c42a5280f098ebb6e8c.zip | |
general: fix spelling mistakes
Diffstat (limited to '')
| -rw-r--r-- | src/input_common/helpers/joycon_driver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input_common/helpers/joycon_driver.h b/src/input_common/helpers/joycon_driver.h index b52a13ecf..72a9e71dc 100644 --- a/src/input_common/helpers/joycon_driver.h +++ b/src/input_common/helpers/joycon_driver.h | |||
| @@ -73,7 +73,7 @@ private: | |||
| 73 | /// Main thread, actively request new data from the handle | 73 | /// Main thread, actively request new data from the handle |
| 74 | void InputThread(std::stop_token stop_token); | 74 | void InputThread(std::stop_token stop_token); |
| 75 | 75 | ||
| 76 | /// Called everytime a valid package arrives | 76 | /// Called every time a valid package arrives |
| 77 | void OnNewData(std::span<u8> buffer); | 77 | void OnNewData(std::span<u8> buffer); |
| 78 | 78 | ||
| 79 | /// Updates device configuration to enable or disable features | 79 | /// Updates device configuration to enable or disable features |
| @@ -110,7 +110,7 @@ private: | |||
| 110 | bool amiibo_detected{}; | 110 | bool amiibo_detected{}; |
| 111 | bool is_ring_disabled_by_irs{}; | 111 | bool is_ring_disabled_by_irs{}; |
| 112 | 112 | ||
| 113 | // Harware configuration | 113 | // Hardware configuration |
| 114 | u8 leds{}; | 114 | u8 leds{}; |
| 115 | ReportMode mode{}; | 115 | ReportMode mode{}; |
| 116 | bool passive_enabled{}; // Low power mode, Ideal for multiple controllers at the same time | 116 | bool passive_enabled{}; // Low power mode, Ideal for multiple controllers at the same time |