summaryrefslogtreecommitdiffstats
path: root/src/hid_core/hidbus/starlink.cpp
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2024-02-07 23:43:28 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2024-02-08 01:07:32 +0100
commitb4d88a7bb406c033c3cd5c6bca6ce913fac1bcdd (patch)
tree1e1dd7aa5bc3f544316c744cf1f28f508becb6a9 /src/hid_core/hidbus/starlink.cpp
parentMerge pull request #12883 from FernandoS27/memory_manager_mem (diff)
downloadyuzu-b4d88a7bb406c033c3cd5c6bca6ce913fac1bcdd.tar
yuzu-b4d88a7bb406c033c3cd5c6bca6ce913fac1bcdd.tar.gz
yuzu-b4d88a7bb406c033c3cd5c6bca6ce913fac1bcdd.tar.bz2
yuzu-b4d88a7bb406c033c3cd5c6bca6ce913fac1bcdd.tar.lz
yuzu-b4d88a7bb406c033c3cd5c6bca6ce913fac1bcdd.tar.xz
yuzu-b4d88a7bb406c033c3cd5c6bca6ce913fac1bcdd.tar.zst
yuzu-b4d88a7bb406c033c3cd5c6bca6ce913fac1bcdd.zip
Diffstat (limited to 'src/hid_core/hidbus/starlink.cpp')
-rw-r--r--src/hid_core/hidbus/starlink.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hid_core/hidbus/starlink.cpp b/src/hid_core/hidbus/starlink.cpp
index 31b263aa1..1c4df1d8c 100644
--- a/src/hid_core/hidbus/starlink.cpp
+++ b/src/hid_core/hidbus/starlink.cpp
@@ -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 {};
}