Address review comments
This commit is contained in:
parent
1c08d532e0
commit
e1a3bda4d9
14 changed files with 44 additions and 46 deletions
|
@ -17,7 +17,7 @@ namespace InputCommon::Joycon {
|
|||
|
||||
class NfcProtocol final : private JoyconCommonProtocol {
|
||||
public:
|
||||
NfcProtocol(std::shared_ptr<JoyconHandle> handle);
|
||||
explicit NfcProtocol(std::shared_ptr<JoyconHandle> handle);
|
||||
|
||||
DriverResult EnableNfc();
|
||||
|
||||
|
@ -29,7 +29,7 @@ public:
|
|||
|
||||
bool HasAmiibo();
|
||||
|
||||
bool IsEnabled();
|
||||
bool IsEnabled() const;
|
||||
|
||||
private:
|
||||
struct TagFoundData {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue