mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 03:55:46 +00:00
Address review comments
This commit is contained in:
parent
8dbef30cb7
commit
82774f546a
14 changed files with 44 additions and 46 deletions
|
@ -24,7 +24,7 @@ namespace InputCommon::Joycon {
|
|||
/// Driver functions related to retrieving calibration data from the device
|
||||
class CalibrationProtocol final : private JoyconCommonProtocol {
|
||||
public:
|
||||
CalibrationProtocol(std::shared_ptr<JoyconHandle> handle);
|
||||
explicit CalibrationProtocol(std::shared_ptr<JoyconHandle> handle);
|
||||
|
||||
/**
|
||||
* Sends a request to obtain the left stick calibration from memory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue