mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
Fix emulated Wiimotes
This commit is contained in:
parent
341fefd65a
commit
6c1c8e03b8
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user