mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
Update libusb to v1.0.26
This commit is contained in:
parent
7a434d19a6
commit
8316469cfc
6 changed files with 7 additions and 4 deletions
2
3rdparty/libusb/CMakeLists.txt
vendored
2
3rdparty/libusb/CMakeLists.txt
vendored
|
@ -13,7 +13,7 @@ option(WITHOUT_PTHREADS "force pthreads to not be used. if on, then they are us
|
|||
|
||||
set(LIBUSB_MAJOR 1)
|
||||
set(LIBUSB_MINOR 0)
|
||||
set(LIBUSB_MICRO 23)
|
||||
set(LIBUSB_MICRO 26)
|
||||
|
||||
macro(append_compiler_flags)
|
||||
foreach(FLAG IN ITEMS ${ARGN})
|
||||
|
|
2
3rdparty/libusb/config.h.cmake
vendored
2
3rdparty/libusb/config.h.cmake
vendored
|
@ -1,6 +1,8 @@
|
|||
#ifndef LIBUSB_CONFIG_H
|
||||
#define LIBUSB_CONFIG_H
|
||||
|
||||
#define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b)))
|
||||
|
||||
#define DEFAULT_VISIBILITY @DEFAULT_VISIBILITY@
|
||||
|
||||
#cmakedefine ENABLE_DEBUG_LOGGING
|
||||
|
|
2
3rdparty/libusb/libusb
vendored
2
3rdparty/libusb/libusb
vendored
|
@ -1 +1 @@
|
|||
Subproject commit c33990a300674e24f47ff0f172f7efb10b63b88a
|
||||
Subproject commit 4239bc3a50014b8e6a5a2a59df1fff3b7469543b
|
1
3rdparty/libusb/os.cmake
vendored
1
3rdparty/libusb/os.cmake
vendored
|
@ -49,6 +49,7 @@ elseif (APPLE)
|
|||
|
||||
find_package(IOKit REQUIRED)
|
||||
list(APPEND LIBUSB_LIBRARIES ${IOKit_LIBRARIES})
|
||||
list(APPEND LIBUSB_LIBRARIES "-framework Security")
|
||||
|
||||
# Currently only objc_registerThreadWithCollector requires linking against it
|
||||
# which is only for MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue