summaryrefslogtreecommitdiff
path: root/src/input_common/helpers/joycon_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_common/helpers/joycon_driver.h')
-rw-r--r--src/input_common/helpers/joycon_driver.h4
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