mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-09 19:42:33 -07:00
service: hid: Migrate hidbus to new interface
This commit is contained in:
@@ -38,7 +38,7 @@ u8 Starlink::GetDeviceId() const {
|
||||
return DEVICE_ID;
|
||||
}
|
||||
|
||||
std::vector<u8> Starlink::GetReply() const {
|
||||
u64 Starlink::GetReply(std::span<u8> out_data) const {
|
||||
return {};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user