diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2024-02-07 23:43:28 +0100 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2024-02-08 01:07:32 +0100 |
commit | b4d88a7bb406c033c3cd5c6bca6ce913fac1bcdd (patch) | |
tree | 1e1dd7aa5bc3f544316c744cf1f28f508becb6a9 /src/hid_core/hidbus/stubbed.h | |
parent | Merge pull request #12883 from FernandoS27/memory_manager_mem (diff) | |
download | yuzu-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/stubbed.h')
-rw-r--r-- | src/hid_core/hidbus/stubbed.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hid_core/hidbus/stubbed.h b/src/hid_core/hidbus/stubbed.h index 7a711cea0..f05280b3a 100644 --- a/src/hid_core/hidbus/stubbed.h +++ b/src/hid_core/hidbus/stubbed.h @@ -31,7 +31,7 @@ public: bool SetCommand(std::span<const u8> data) override; // Returns a reply from a command - std::vector<u8> GetReply() const override; + u64 GetReply(std::span<u8> out_data) const override; }; } // namespace Service::HID |