input_common: Fix nfc detection for joycons
This commit is contained in:
parent
15ec8d3e44
commit
cb1487d774
4 changed files with 21 additions and 19 deletions
|
@ -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);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue