service: hid: Implement home, capture and sleep buttons

This commit is contained in:
german77
2024-01-28 19:19:21 -06:00
parent 6a2532fe17
commit b8f16f3538
11 changed files with 104 additions and 37 deletions

View File

@@ -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;