mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-19 19:31:16 +00:00
service: hid: Migrate hidbus to new interface
This commit is contained in:
@@ -38,7 +38,7 @@ u8 HidbusStubbed::GetDeviceId() const {
|
||||
return DEVICE_ID;
|
||||
}
|
||||
|
||||
std::vector<u8> HidbusStubbed::GetReply() const {
|
||||
u64 HidbusStubbed::GetReply(std::span<u8> out_data) const {
|
||||
return {};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user