mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-21 16:58:45 +00: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:
parent
96e83b5d54
commit
2571eb16ff
9 changed files with 103 additions and 37 deletions
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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue