mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-02 22:13:07 +00:00
input_common: Fix nfc detection for joycons
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user