mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-09 11:59:25 +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
|
typedef enum HIDAttachEvent
|
||||||
{
|
{
|
||||||
HID_DEVICE_ATTACH = 0,
|
HID_DEVICE_DETACH = 0,
|
||||||
HID_DEVICE_DETACH = 1,
|
HID_DEVICE_ATTACH = 1,
|
||||||
} HIDAttachEvent;
|
} HIDAttachEvent;
|
||||||
|
|
||||||
typedef int32_t
|
typedef int32_t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user