summaryrefslogtreecommitdiff
path: root/src/input_common/helpers/joycon_driver.h
diff options
context:
space:
mode:
authorGravatar liamwhite2023-06-26 14:31:23 -0400
committerGravatar GitHub2023-06-26 14:31:23 -0400
commitb82c649b0fab7779d21c7381a8bad514ee698c04 (patch)
treea39301bfa6a211fc143ad73efc7e68d411bc6077 /src/input_common/helpers/joycon_driver.h
parentMerge pull request #10901 from german77/sdl_fix (diff)
parentcore: hid: Allow to read bin files while switch controller is available (diff)
downloadyuzu-b82c649b0fab7779d21c7381a8bad514ee698c04.tar.gz
yuzu-b82c649b0fab7779d21c7381a8bad514ee698c04.tar.xz
yuzu-b82c649b0fab7779d21c7381a8bad514ee698c04.zip
Merge pull request #10903 from german77/nfc_state
input_common: Improve nfc state handling and 3rd party support
Diffstat (limited to 'src/input_common/helpers/joycon_driver.h')
-rw-r--r--src/input_common/helpers/joycon_driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_common/helpers/joycon_driver.h b/src/input_common/helpers/joycon_driver.h
index bc7025a21..45b32d2f8 100644
--- a/src/input_common/helpers/joycon_driver.h
+++ b/src/input_common/helpers/joycon_driver.h
@@ -120,6 +120,7 @@ private:
120 // Hardware configuration 120 // Hardware configuration
121 u8 leds{}; 121 u8 leds{};
122 ReportMode mode{}; 122 ReportMode mode{};
123 bool input_only_device{};
123 bool passive_enabled{}; // Low power mode, Ideal for multiple controllers at the same time 124 bool passive_enabled{}; // Low power mode, Ideal for multiple controllers at the same time
124 bool hidbus_enabled{}; // External device support 125 bool hidbus_enabled{}; // External device support
125 bool irs_enabled{}; // Infrared camera input 126 bool irs_enabled{}; // Infrared camera input