diff options
| author | 2023-05-09 00:30:25 -0600 | |
|---|---|---|
| committer | 2023-05-09 00:32:53 -0600 | |
| commit | cb1487d77468c7dd7ca49779d9f9010ed925e3fc (patch) | |
| tree | a69db23a78becd18acc75630da1929b086c44181 /src/input_common/helpers/joycon_protocol/common_protocol.h | |
| parent | Merge pull request #10205 from jbeich/freebsd (diff) | |
| download | yuzu-cb1487d77468c7dd7ca49779d9f9010ed925e3fc.tar.gz yuzu-cb1487d77468c7dd7ca49779d9f9010ed925e3fc.tar.xz yuzu-cb1487d77468c7dd7ca49779d9f9010ed925e3fc.zip | |
input_common: Fix nfc detection for joycons
Diffstat (limited to 'src/input_common/helpers/joycon_protocol/common_protocol.h')
| -rw-r--r-- | src/input_common/helpers/joycon_protocol/common_protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/helpers/joycon_protocol/common_protocol.h b/src/input_common/helpers/joycon_protocol/common_protocol.h index 62cae739a..411ec018a 100644 --- a/src/input_common/helpers/joycon_protocol/common_protocol.h +++ b/src/input_common/helpers/joycon_protocol/common_protocol.h | |||
| @@ -156,7 +156,7 @@ public: | |||
| 156 | * @param buffer data to be send | 156 | * @param buffer data to be send |
| 157 | * @returns output buffer containing the response | 157 | * @returns output buffer containing the response |
| 158 | */ | 158 | */ |
| 159 | DriverResult SendMCUData(ReportMode report_mode, SubCommand sc, std::span<const u8> buffer, | 159 | DriverResult SendMCUData(ReportMode report_mode, MCUSubCommand sc, std::span<const u8> buffer, |
| 160 | MCUCommandResponse& output); | 160 | MCUCommandResponse& output); |
| 161 | 161 | ||
| 162 | /** | 162 | /** |