mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-08 19:50:43 +01:00
remove unneeded WUT_PACKED
causes warnings in other places when taking address of struct members
This commit is contained in:
parent
8e4ffb2fc6
commit
85b6a745b1
@ -225,7 +225,7 @@ WUT_CHECK_OFFSET(VPADAccStatus, 0x10, variation);
|
||||
WUT_CHECK_OFFSET(VPADAccStatus, 0x14, vertical);
|
||||
WUT_CHECK_SIZE(VPADAccStatus, 0x1c);
|
||||
|
||||
struct WUT_PACKED VPADStatus
|
||||
struct VPADStatus
|
||||
{
|
||||
//! Indicates what VPADButtons are held down.
|
||||
uint32_t hold;
|
||||
|
Loading…
Reference in New Issue
Block a user