diff options
Diffstat (limited to 'src/input_common/helpers/joycon_protocol/calibration.h')
| -rw-r--r-- | src/input_common/helpers/joycon_protocol/calibration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/helpers/joycon_protocol/calibration.h b/src/input_common/helpers/joycon_protocol/calibration.h index 32ddef4b8..afb52a36a 100644 --- a/src/input_common/helpers/joycon_protocol/calibration.h +++ b/src/input_common/helpers/joycon_protocol/calibration.h | |||
| @@ -24,7 +24,7 @@ namespace InputCommon::Joycon { | |||
| 24 | /// Driver functions related to retrieving calibration data from the device | 24 | /// Driver functions related to retrieving calibration data from the device |
| 25 | class CalibrationProtocol final : private JoyconCommonProtocol { | 25 | class CalibrationProtocol final : private JoyconCommonProtocol { |
| 26 | public: | 26 | public: |
| 27 | CalibrationProtocol(std::shared_ptr<JoyconHandle> handle); | 27 | explicit CalibrationProtocol(std::shared_ptr<JoyconHandle> handle); |
| 28 | 28 | ||
| 29 | /** | 29 | /** |
| 30 | * Sends a request to obtain the left stick calibration from memory | 30 | * Sends a request to obtain the left stick calibration from memory |