diff options
author | Mateusz Naściszewski <matin1111@wp.pl> | 2020-12-26 23:34:06 +0100 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-12-28 20:13:22 -0600 |
commit | fb2fc3a2bad1605c32b49b5402c1efe56b0792b0 (patch) | |
tree | 4183d679283fb90573f5210dccef1ca2f2a99f4b /include/input.h | |
parent | 372d737a125cd05e6844e777d8d389dc7c8f2f98 (diff) |
Remove unused field from Input struct
Diffstat (limited to 'include/input.h')
-rw-r--r-- | include/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/input.h b/include/input.h index e924486..17e2baf 100644 --- a/include/input.h +++ b/include/input.h @@ -8,7 +8,7 @@ struct UnkInputStruct1 /* 0x4 */ u16 repeated; /* 0x6 */ u16 shortPress; /* 0x8 */ u16 heldDpad; - /* 0xA */ u16 unkA; + /* 0xA..0xB - padding */ /* 0xC */ s32 repeatTimerDpad; }; |