diff options
| author | 2024-02-07 16:43:28 -0600 | |
|---|---|---|
| committer | 2024-02-07 18:07:32 -0600 | |
| commit | b4d88a7bb406c033c3cd5c6bca6ce913fac1bcdd (patch) | |
| tree | 1e1dd7aa5bc3f544316c744cf1f28f508becb6a9 /src/hid_core/hidbus/stubbed.cpp | |
| parent | Merge pull request #12883 from FernandoS27/memory_manager_mem (diff) | |
| download | yuzu-b4d88a7bb406c033c3cd5c6bca6ce913fac1bcdd.tar.gz yuzu-b4d88a7bb406c033c3cd5c6bca6ce913fac1bcdd.tar.xz yuzu-b4d88a7bb406c033c3cd5c6bca6ce913fac1bcdd.zip | |
service: hid: Migrate hidbus to new interface
Diffstat (limited to 'src/hid_core/hidbus/stubbed.cpp')
| -rw-r--r-- | src/hid_core/hidbus/stubbed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hid_core/hidbus/stubbed.cpp b/src/hid_core/hidbus/stubbed.cpp index f16051aa9..658922a4f 100644 --- a/src/hid_core/hidbus/stubbed.cpp +++ b/src/hid_core/hidbus/stubbed.cpp | |||
| @@ -38,7 +38,7 @@ u8 HidbusStubbed::GetDeviceId() const { | |||
| 38 | return DEVICE_ID; | 38 | return DEVICE_ID; |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | std::vector<u8> HidbusStubbed::GetReply() const { | 41 | u64 HidbusStubbed::GetReply(std::span<u8> out_data) const { |
| 42 | return {}; | 42 | return {}; |
| 43 | } | 43 | } |
| 44 | 44 | ||