mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 23:29:44 -06:00
Fix emulated Wiimotes
This commit is contained in:
@ -42,7 +42,7 @@ enum ReportType
|
|||||||
|
|
||||||
// Source: http://wiibrew.org/wiki/Wiimote
|
// Source: http://wiibrew.org/wiki/Wiimote
|
||||||
// Custom structs
|
// Custom structs
|
||||||
|
#pragma pack(push, 1)
|
||||||
union wm_buttons // also just called "core data"
|
union wm_buttons // also just called "core data"
|
||||||
{
|
{
|
||||||
u16 hex;
|
u16 hex;
|
||||||
@ -462,3 +462,4 @@ struct wm_speaker_data
|
|||||||
u8 length : 5;
|
u8 length : 5;
|
||||||
u8 data[20];
|
u8 data[20];
|
||||||
};
|
};
|
||||||
|
#pragma pack(pop)
|
||||||
|
Reference in New Issue
Block a user