mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-11-27 03:45:39 +00:00
Merge pull request #13973 from cscd98/hidapi-update
Hidapi update to v0.15.0
This commit is contained in:
commit
8e2af141a8
2
Externals/hidapi/CMakeLists.txt
vendored
2
Externals/hidapi/CMakeLists.txt
vendored
@ -6,7 +6,7 @@ target_include_directories(hidapi PUBLIC hidapi-src/hidapi)
|
||||
|
||||
if(APPLE)
|
||||
target_sources(hidapi PRIVATE hidapi-src/mac/hid.c)
|
||||
elseif(MSVC)
|
||||
elseif(WIN32)
|
||||
target_sources(hidapi PRIVATE hidapi-src/windows/hid.c)
|
||||
else()
|
||||
find_package(LIBUDEV)
|
||||
|
||||
2
Externals/hidapi/hidapi-src
vendored
2
Externals/hidapi/hidapi-src
vendored
@ -1 +1 @@
|
||||
Subproject commit 7011fa98af2dde00c298105735e470de800288c7
|
||||
Subproject commit d6b2a974608dec3b76fb1e36c189f22b9cf3650c
|
||||
Loading…
Reference in New Issue
Block a user