diff options
author | german77 <juangerman-13@hotmail.com> | 2024-01-29 02:19:21 +0100 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2024-01-29 02:28:37 +0100 |
commit | b8f16f3538fac8d4434905d531885b9862706bd0 (patch) | |
tree | 2e582d1d36fbc340f0175ad816362faccb20eee8 /src/hid_core/resources/unique_pad | |
parent | Merge pull request #12555 from flodavid/fix-gamemode-setting (diff) | |
download | yuzu-b8f16f3538fac8d4434905d531885b9862706bd0.tar yuzu-b8f16f3538fac8d4434905d531885b9862706bd0.tar.gz yuzu-b8f16f3538fac8d4434905d531885b9862706bd0.tar.bz2 yuzu-b8f16f3538fac8d4434905d531885b9862706bd0.tar.lz yuzu-b8f16f3538fac8d4434905d531885b9862706bd0.tar.xz yuzu-b8f16f3538fac8d4434905d531885b9862706bd0.tar.zst yuzu-b8f16f3538fac8d4434905d531885b9862706bd0.zip |
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; |