diff --git a/Source/Core/Core/HW/WiimoteCommon/WiimoteReport.h b/Source/Core/Core/HW/WiimoteCommon/WiimoteReport.h index d0d288aa4b..7596c6d64c 100644 --- a/Source/Core/Core/HW/WiimoteCommon/WiimoteReport.h +++ b/Source/Core/Core/HW/WiimoteCommon/WiimoteReport.h @@ -42,7 +42,7 @@ enum ReportType // Source: http://wiibrew.org/wiki/Wiimote // Custom structs - +#pragma pack(push, 1) union wm_buttons // also just called "core data" { u16 hex; @@ -462,3 +462,4 @@ struct wm_speaker_data u8 length : 5; u8 data[20]; }; +#pragma pack(pop)