mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-05-26 13:50:37 +00:00
Submodules updates (#4252)
* updated libusb to latest * cli11,sdl3 updates
This commit is contained in:
+4
-4
@@ -87,9 +87,6 @@
|
||||
path = externals/libpng
|
||||
url = https://github.com/pnggroup/libpng
|
||||
shallow = true
|
||||
[submodule "externals/ext-libusb"]
|
||||
path = externals/ext-libusb
|
||||
url = https://github.com/shadps4-emu/ext-libusb.git
|
||||
[submodule "externals/epoll-shim"]
|
||||
path = externals/epoll-shim
|
||||
url = https://github.com/jiixyj/epoll-shim.git
|
||||
@@ -125,7 +122,6 @@
|
||||
[submodule "externals/sdl3"]
|
||||
path = externals/sdl3
|
||||
url = https://github.com/shadexternals/sdl3.git
|
||||
|
||||
branch = main
|
||||
[submodule "externals/cpp-httplib"]
|
||||
path = externals/cpp-httplib
|
||||
@@ -133,3 +129,7 @@
|
||||
[submodule "externals/openal-soft"]
|
||||
path = externals/openal-soft
|
||||
url = https://github.com/shadexternals/openal-soft.git
|
||||
[submodule "externals/libusb"]
|
||||
path = externals/libusb
|
||||
url = https://github.com/shadexternals/libusb.git
|
||||
branch = shadps4
|
||||
|
||||
Vendored
+1
-1
Submodule externals/CLI11 updated: 617af27227...30d783eb61
Vendored
+1
-1
@@ -216,7 +216,7 @@ if (NOT TARGET libusb::usb)
|
||||
# no you cant vendor this libusb, its builtin on freebsd
|
||||
find_package(libusb)
|
||||
else()
|
||||
add_subdirectory(ext-libusb)
|
||||
add_subdirectory(libusb)
|
||||
add_library(libusb::usb ALIAS usb-1.0)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Vendored
+1
-1
Submodule externals/cpp-httplib updated: f80864ca03...09d00c099c
Vendored
-1
Submodule externals/ext-libusb deleted from c4d237a580
+1
Submodule externals/libusb added at f21a2f3c4f
Vendored
+1
-1
Submodule externals/sdl3 updated: 4e2fd57e77...7f12b975bb
Reference in New Issue
Block a user