mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-09 11:45:57 -05:00
nsyshid: Fix HIDAttachEvent values.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user