diff options
| author | german77 <juangerman-13@hotmail.com> | 2024-01-28 19:19:21 -0600 |
|---|---|---|
| committer | german77 <juangerman-13@hotmail.com> | 2024-01-28 19:28:37 -0600 |
| commit | b8f16f3538fac8d4434905d531885b9862706bd0 (patch) | |
| tree | 2e582d1d36fbc340f0175ad816362faccb20eee8 /src/hid_core/resources/unique_pad | |
| parent | 6a2532fe17769e78d619435ce276008c61345671 (diff) | |
service: hid: Implement home, capture and sleep buttons
Diffstat (limited to 'src/hid_core/resources/unique_pad')
| -rw-r--r-- | src/hid_core/resources/unique_pad/unique_pad.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hid_core/resources/unique_pad/unique_pad.cpp b/src/hid_core/resources/unique_pad/unique_pad.cpp index 892bbe3c9..89fc57269 100644 --- a/src/hid_core/resources/unique_pad/unique_pad.cpp +++ b/src/hid_core/resources/unique_pad/unique_pad.cpp @@ -28,7 +28,7 @@ void UniquePad::OnUpdate(const Core::Timing::CoreTiming& core_timing) { return; } - auto& header = data->shared_memory_format->capture_button.header; + auto& header = data->shared_memory_format->unique_pad.header; header.timestamp = core_timing.GetGlobalTimeNs().count(); header.total_entry_count = 17; header.entry_count = 0; |
