diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-06-26 14:31:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 14:31:23 -0400 |
commit | b82c649b0fab7779d21c7381a8bad514ee698c04 (patch) | |
tree | a39301bfa6a211fc143ad73efc7e68d411bc6077 /src/input_common/helpers/joycon_driver.h | |
parent | ce990adae528abd9d9912810a69839e07237a121 (diff) | |
parent | bf641e2964d513e9b9e3495c7d68d1c18c5b806e (diff) |
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.h | 1 |
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: // Hardware configuration u8 leds{}; ReportMode mode{}; + bool input_only_device{}; bool passive_enabled{}; // Low power mode, Ideal for multiple controllers at the same time bool hidbus_enabled{}; // External device support bool irs_enabled{}; // Infrared camera input |