mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-20 10:25:43 +00:00
IOKit input refactor
This commit is contained in:
@@ -7,8 +7,8 @@ namespace boo
|
||||
|
||||
const DeviceSignature BOO_DEVICE_SIGS[] =
|
||||
{
|
||||
DEVICE_SIG(DolphinSmashAdapter, 0x57e, 0x337),
|
||||
DEVICE_SIG(DualshockPad, 0x54c, 0x268),
|
||||
DEVICE_SIG(DolphinSmashAdapter, 0x57e, 0x337, DeviceType::USB),
|
||||
DEVICE_SIG(DualshockPad, 0x54c, 0x268, DeviceType::HID),
|
||||
DEVICE_SIG_SENTINEL()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user