summaryrefslogtreecommitdiffstats
path: root/src/input_common/helpers/joycon_protocol/joycon_types.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-05-19 03:10:38 +0200
committerGitHub <noreply@github.com>2023-05-19 03:10:38 +0200
commit1e398e6c36bf8839ca530497fee3772f51d62126 (patch)
tree9bc394d7aaf886b65ee18ba18088e0f057ae8225 /src/input_common/helpers/joycon_protocol/joycon_types.h
parentexternals: update cubeb (#10362) (diff)
parentinput_common: Fix pro controller amiibo support (diff)
downloadyuzu-1e398e6c36bf8839ca530497fee3772f51d62126.tar
yuzu-1e398e6c36bf8839ca530497fee3772f51d62126.tar.gz
yuzu-1e398e6c36bf8839ca530497fee3772f51d62126.tar.bz2
yuzu-1e398e6c36bf8839ca530497fee3772f51d62126.tar.lz
yuzu-1e398e6c36bf8839ca530497fee3772f51d62126.tar.xz
yuzu-1e398e6c36bf8839ca530497fee3772f51d62126.tar.zst
yuzu-1e398e6c36bf8839ca530497fee3772f51d62126.zip
Diffstat (limited to 'src/input_common/helpers/joycon_protocol/joycon_types.h')
-rw-r--r--src/input_common/helpers/joycon_protocol/joycon_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/helpers/joycon_protocol/joycon_types.h b/src/input_common/helpers/joycon_protocol/joycon_types.h
index 1c8d294b0..353dc744d 100644
--- a/src/input_common/helpers/joycon_protocol/joycon_types.h
+++ b/src/input_common/helpers/joycon_protocol/joycon_types.h
@@ -577,8 +577,8 @@ static_assert(sizeof(NFCPollingCommandData) == 0x05, "NFCPollingCommandData is a
struct NFCRequestState {
NFCReadCommand command_argument;
- u8 packet_id;
INSERT_PADDING_BYTES(0x1);
+ u8 packet_id;
MCUPacketFlag packet_flag;
u8 data_length;
union {