diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2024-01-29 09:08:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-29 09:08:52 -0500 |
| commit | adfdc9520a616ebc640188968ba21061e2e8df50 (patch) | |
| tree | fe299ed6cbe0f84b4811cf093d826b5161152b94 /src/hid_core/resources/unique_pad | |
| parent | 90cb8529086cddd4487056e5f068552bf6126e64 (diff) | |
| parent | b8f16f3538fac8d4434905d531885b9862706bd0 (diff) | |
Merge pull request #12836 from german77/im_home
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; |
