mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Only use usbdk when installed
Check UsbDK availability at run time and activate UsbDk backend when possible. Fall back to current behavior when UsbDK not installed. Signed-off-by: Dmitry Fleytman <dfleytma@...> Signed-off-by: Sameeh Jubran <sameeh@...>
This commit is contained in:
1
Externals/libusb/msvc/libusb_sources
vendored
1
Externals/libusb/msvc/libusb_sources
vendored
@ -38,6 +38,7 @@ SOURCES=..\core.c \
|
||||
..\hotplug.c \
|
||||
threads_windows.c \
|
||||
poll_windows.c \
|
||||
windows_usbdk.c \
|
||||
windows_winusb.c \
|
||||
windows_usbdk.c \
|
||||
windows_nt_common.c \
|
||||
|
Reference in New Issue
Block a user