summaryrefslogtreecommitdiff
path: root/src/input_common/helpers/joycon_protocol/nfc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_common/helpers/joycon_protocol/nfc.h')
-rw-r--r--src/input_common/helpers/joycon_protocol/nfc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input_common/helpers/joycon_protocol/nfc.h b/src/input_common/helpers/joycon_protocol/nfc.h
index 0ede03d50..5cb0e5a65 100644
--- a/src/input_common/helpers/joycon_protocol/nfc.h
+++ b/src/input_common/helpers/joycon_protocol/nfc.h
@@ -17,7 +17,7 @@ namespace InputCommon::Joycon {
17 17
18class NfcProtocol final : private JoyconCommonProtocol { 18class NfcProtocol final : private JoyconCommonProtocol {
19public: 19public:
20 NfcProtocol(std::shared_ptr<JoyconHandle> handle); 20 explicit NfcProtocol(std::shared_ptr<JoyconHandle> handle);
21 21
22 DriverResult EnableNfc(); 22 DriverResult EnableNfc();
23 23
@@ -29,7 +29,7 @@ public:
29 29
30 bool HasAmiibo(); 30 bool HasAmiibo();
31 31
32 bool IsEnabled(); 32 bool IsEnabled() const;
33 33
34private: 34private:
35 struct TagFoundData { 35 struct TagFoundData {