diff options
| author | 2021-05-20 20:58:07 -0500 | |
|---|---|---|
| committer | 2021-05-20 22:10:48 -0500 | |
| commit | 3a6e2922a2566b8873ac244793dc01e82e2e4242 (patch) | |
| tree | d4c5318d6fb45227e8fb03b6e4ab7ace97003882 /externals/libusb | |
| parent | Merge pull request #6297 from lioncash/common-conv (diff) | |
| download | yuzu-3a6e2922a2566b8873ac244793dc01e82e2e4242.tar.gz yuzu-3a6e2922a2566b8873ac244793dc01e82e2e4242.tar.xz yuzu-3a6e2922a2566b8873ac244793dc01e82e2e4242.zip | |
Update libusb to 1.0.24
Diffstat (limited to 'externals/libusb')
| -rw-r--r-- | externals/libusb/CMakeLists.txt | 6 | ||||
| m--------- | externals/libusb/libusb | 0 |
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) | |||
| 48 | libusb/libusb/os/threads_windows.c | 48 | libusb/libusb/os/threads_windows.c |
| 49 | libusb/libusb/os/windows_winusb.c | 49 | libusb/libusb/os/windows_winusb.c |
| 50 | libusb/libusb/os/windows_usbdk.c | 50 | libusb/libusb/os/windows_usbdk.c |
| 51 | libusb/libusb/os/windows_nt_common.c | 51 | libusb/libusb/os/windows_common.c |
| 52 | ) | 52 | ) |
| 53 | set(OS_WINDOWS TRUE) | 53 | set(OS_WINDOWS TRUE) |
| 54 | elseif(APPLE) | 54 | elseif(APPLE) |
| @@ -105,7 +105,7 @@ endif() | |||
| 105 | 105 | ||
| 106 | if(UNIX) | 106 | if(UNIX) |
| 107 | target_sources(usb PRIVATE | 107 | target_sources(usb PRIVATE |
| 108 | libusb/libusb/os/poll_posix.c | 108 | libusb/libusb/os/events_posix.c |
| 109 | libusb/libusb/os/threads_posix.c | 109 | libusb/libusb/os/threads_posix.c |
| 110 | ) | 110 | ) |
| 111 | find_package(Threads REQUIRED) | 111 | find_package(Threads REQUIRED) |
| @@ -118,7 +118,7 @@ if(UNIX) | |||
| 118 | set(THREADS_POSIX TRUE) | 118 | set(THREADS_POSIX TRUE) |
| 119 | elseif(WIN32) | 119 | elseif(WIN32) |
| 120 | target_sources(usb PRIVATE | 120 | target_sources(usb PRIVATE |
| 121 | libusb/libusb/os/poll_windows.c | 121 | libusb/libusb/os/events_windows.c |
| 122 | libusb/libusb/os/threads_windows.c | 122 | libusb/libusb/os/threads_windows.c |
| 123 | ) | 123 | ) |
| 124 | endif() | 124 | endif() |
diff --git a/externals/libusb/libusb b/externals/libusb/libusb | |||
| Subproject e782eeb2514266f6738e242cdcb18e3ae1ed06f | Subproject c6a35c56016ea2ab2f19115d2ea1e85e0edae15 | ||