forked from eden-emu/eden
Address review comments
This commit is contained in:
parent
8dbef30cb7
commit
82774f546a
14 changed files with 44 additions and 46 deletions
|
@ -17,7 +17,7 @@ namespace InputCommon::Joycon {
|
|||
|
||||
class RingConProtocol final : private JoyconCommonProtocol {
|
||||
public:
|
||||
RingConProtocol(std::shared_ptr<JoyconHandle> handle);
|
||||
explicit RingConProtocol(std::shared_ptr<JoyconHandle> handle);
|
||||
|
||||
DriverResult EnableRingCon();
|
||||
|
||||
|
@ -25,7 +25,7 @@ public:
|
|||
|
||||
DriverResult StartRingconPolling();
|
||||
|
||||
bool IsEnabled();
|
||||
bool IsEnabled() const;
|
||||
|
||||
private:
|
||||
DriverResult IsRingConnected(bool& is_connected);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue