mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 15:08:17 +01:00
nsyshid: Fix HIDAttachEvent values.
This commit is contained in:
parent
c5e51a5ffc
commit
4f224c6eb8
@ -15,8 +15,8 @@ typedef struct HIDDevice HIDDevice;
|
||||
|
||||
typedef enum HIDAttachEvent
|
||||
{
|
||||
HID_DEVICE_ATTACH = 0,
|
||||
HID_DEVICE_DETACH = 1,
|
||||
HID_DEVICE_DETACH = 0,
|
||||
HID_DEVICE_ATTACH = 1,
|
||||
} HIDAttachEvent;
|
||||
|
||||
typedef int32_t
|
||||
|
Loading…
Reference in New Issue
Block a user