Submodules updates (#4252)

* updated libusb to latest

* cli11,sdl3 updates
This commit is contained in:
georgemoralis
2026-04-12 15:23:33 +03:00
committed by GitHub
parent 5f09632352
commit 1fd82a000e
7 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -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
+1 -1
View File
@@ -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()
Submodule externals/ext-libusb deleted from c4d237a580
Vendored Submodule
+1
Submodule externals/libusb added at f21a2f3c4f
+1 -1