mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Change Bliss-Box feature report size per ulao
This commit is contained in:
parent
a7f134b5a7
commit
3d2c579bc7
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ const GUID GUID_NULL = {0, 0, 0, {0, 0, 0, 0, 0, 0, 0, 0}};
|
|||
/* HID Class-Specific Requests values. See section 7.2 of the HID specifications */
|
||||
#define USB_HID_GET_REPORT 0x01
|
||||
#define USB_CTRL_IN LIBUSB_ENDPOINT_IN|LIBUSB_REQUEST_TYPE_CLASS|LIBUSB_RECIPIENT_INTERFACE
|
||||
#define USB_PACKET_CTRL_LEN 64
|
||||
#define USB_PACKET_CTRL_LEN 5
|
||||
#define USB_TIMEOUT 5000 /* timeout in ms */
|
||||
|
||||
/* only one blissbox per machine is currently supported */
|
||||
|
|
Loading…
Add table
Reference in a new issue