mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 19:27:57 -05:00
Address review comments
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user