mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 06:40:18 +00:00
(libusb_hid.c) Define LIBUSB_CAP_HAS_HOTPLUG in case it's not there
This commit is contained in:
parent
c1aa66b6e9
commit
6988f1bb76
@ -23,6 +23,10 @@
|
||||
#include "../input_autodetect.h"
|
||||
#include "../input_hid_driver.h"
|
||||
|
||||
#ifndef LIBUSB_CAP_HAS_HOTPLUG
|
||||
#define LIBUSB_CAP_HAS_HOTPLUG 0x0001
|
||||
#endif
|
||||
|
||||
typedef struct libusb_hid
|
||||
{
|
||||
libusb_hotplug_callback_handle hp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user