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 deb50ec77..275c97b91 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/calibration.h"
11#include "input_common/helpers/joycon_protocol/generic_functions.h" 12#include "input_common/helpers/joycon_protocol/generic_functions.h"
12#include "input_common/helpers/joycon_protocol/joycon_types.h" 13#include "input_common/helpers/joycon_protocol/joycon_types.h"
13 14
@@ -95,6 +96,7 @@ private:
95 void ReadNfcIRMode(std::span<u8> buffer); 96 void ReadNfcIRMode(std::span<u8> buffer);
96 97
97 // Protocol Features 98 // Protocol Features
99 std::unique_ptr<CalibrationProtocol> calibration_protocol = nullptr;
98 std::unique_ptr<GenericProtocol> generic_protocol = nullptr; 100 std::unique_ptr<GenericProtocol> generic_protocol = nullptr;
99 101
100 // Connection status 102 // Connection status