summaryrefslogtreecommitdiffstats
path: root/externals
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-05-21 03:58:07 +0200
committergerman77 <juangerman-13@hotmail.com>2021-05-21 05:10:48 +0200
commit3a6e2922a2566b8873ac244793dc01e82e2e4242 (patch)
treed4c5318d6fb45227e8fb03b6e4ab7ace97003882 /externals
parentMerge pull request #6297 from lioncash/common-conv (diff)
downloadyuzu-3a6e2922a2566b8873ac244793dc01e82e2e4242.tar
yuzu-3a6e2922a2566b8873ac244793dc01e82e2e4242.tar.gz
yuzu-3a6e2922a2566b8873ac244793dc01e82e2e4242.tar.bz2
yuzu-3a6e2922a2566b8873ac244793dc01e82e2e4242.tar.lz
yuzu-3a6e2922a2566b8873ac244793dc01e82e2e4242.tar.xz
yuzu-3a6e2922a2566b8873ac244793dc01e82e2e4242.tar.zst
yuzu-3a6e2922a2566b8873ac244793dc01e82e2e4242.zip
Diffstat (limited to 'externals')
-rw-r--r--externals/libusb/CMakeLists.txt6
m---------externals/libusb/libusb0
2 files changed, 3 insertions, 3 deletions
diff --git a/externals/libusb/CMakeLists.txt b/externals/libusb/CMakeLists.txt
index 70d6735e3..8ed40f01e 100644
--- a/externals/libusb/CMakeLists.txt
+++ b/externals/libusb/CMakeLists.txt
@@ -48,7 +48,7 @@ if(WIN32 OR CYGWIN)
libusb/libusb/os/threads_windows.c
libusb/libusb/os/windows_winusb.c
libusb/libusb/os/windows_usbdk.c
- libusb/libusb/os/windows_nt_common.c
+ libusb/libusb/os/windows_common.c
)
set(OS_WINDOWS TRUE)
elseif(APPLE)
@@ -105,7 +105,7 @@ endif()
if(UNIX)
target_sources(usb PRIVATE
- libusb/libusb/os/poll_posix.c
+ libusb/libusb/os/events_posix.c
libusb/libusb/os/threads_posix.c
)
find_package(Threads REQUIRED)
@@ -118,7 +118,7 @@ if(UNIX)
set(THREADS_POSIX TRUE)
elseif(WIN32)
target_sources(usb PRIVATE
- libusb/libusb/os/poll_windows.c
+ libusb/libusb/os/events_windows.c
libusb/libusb/os/threads_windows.c
)
endif()
diff --git a/externals/libusb/libusb b/externals/libusb/libusb
-Subproject e782eeb2514266f6738e242cdcb18e3ae1ed06f
+Subproject c6a35c56016ea2ab2f19115d2ea1e85e0edae15