diff options
author | german77 <juangerman-13@hotmail.com> | 2023-05-09 08:30:25 +0200 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2023-05-09 08:32:53 +0200 |
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 yuzu-cb1487d77468c7dd7ca49779d9f9010ed925e3fc.tar.gz yuzu-cb1487d77468c7dd7ca49779d9f9010ed925e3fc.tar.bz2 yuzu-cb1487d77468c7dd7ca49779d9f9010ed925e3fc.tar.lz yuzu-cb1487d77468c7dd7ca49779d9f9010ed925e3fc.tar.xz yuzu-cb1487d77468c7dd7ca49779d9f9010ed925e3fc.tar.zst yuzu-cb1487d77468c7dd7ca49779d9f9010ed925e3fc.zip |
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: * @param buffer data to be send * @returns output buffer containing the response */ - DriverResult SendMCUData(ReportMode report_mode, SubCommand sc, std::span<const u8> buffer, + DriverResult SendMCUData(ReportMode report_mode, MCUSubCommand sc, std::span<const u8> buffer, MCUCommandResponse& output); /** |