mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:04:38 +02: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