summaryrefslogtreecommitdiff
path: root/src/input_common/helpers/joycon_protocol/common_protocol.h
diff options
context:
space:
mode:
authorGravatar liamwhite2023-05-09 09:47:14 -0400
committerGravatar GitHub2023-05-09 09:47:14 -0400
commit3f048770d31d25b353b595128ec7d574ec6ff74c (patch)
treea69db23a78becd18acc75630da1929b086c44181 /src/input_common/helpers/joycon_protocol/common_protocol.h
parentMerge pull request #10205 from jbeich/freebsd (diff)
parentinput_common: Fix nfc detection for joycons (diff)
downloadyuzu-3f048770d31d25b353b595128ec7d574ec6ff74c.tar.gz
yuzu-3f048770d31d25b353b595128ec7d574ec6ff74c.tar.xz
yuzu-3f048770d31d25b353b595128ec7d574ec6ff74c.zip
Merge pull request #10208 from german77/amiibo_joycon
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.h2
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 /**