mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-19 14:58:55 +02:00
service: hid: Migrate hidbus to new interface
This commit is contained in:
parent
9e83fdcde3
commit
0201a87e4f
10 changed files with 259 additions and 400 deletions
|
|
@ -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 {};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue