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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_common/helpers/joycon_driver.h b/src/input_common/helpers/joycon_driver.h
index be3053a7b..deb50ec77 100644
--- a/src/input_common/helpers/joycon_driver.h
+++ b/src/input_common/helpers/joycon_driver.h
@@ -8,6 +8,7 @@
8#include <span> 8#include <span>
9#include <thread> 9#include <thread>
10 10
11#include "input_common/helpers/joycon_protocol/generic_functions.h"
11#include "input_common/helpers/joycon_protocol/joycon_types.h" 12#include "input_common/helpers/joycon_protocol/joycon_types.h"
12 13
13namespace InputCommon::Joycon { 14namespace InputCommon::Joycon {
@@ -94,6 +95,7 @@ private:
94 void ReadNfcIRMode(std::span<u8> buffer); 95 void ReadNfcIRMode(std::span<u8> buffer);
95 96
96 // Protocol Features 97 // Protocol Features
98 std::unique_ptr<GenericProtocol> generic_protocol = nullptr;
97 99
98 // Connection status 100 // Connection status
99 bool is_connected{}; 101 bool is_connected{};