mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-21 10:00:38 +00:00
usbd: Implement libusb passthrough (#2271)
* usbd: Implement libusb passthrough * clang-format * only do kernel activities on non-windows * use variable to represent "fake" windows kernel driver --------- Co-authored-by: georgemoralis <giorgosmrls@gmail.com>
This commit is contained in:
parent
b0a12c02e1
commit
7533206d89
6 changed files with 475 additions and 247 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -107,3 +107,6 @@
|
|||
path = externals/MoltenVK/cereal
|
||||
url = https://github.com/USCiLab/cereal
|
||||
shallow = true
|
||||
[submodule "externals/libusb"]
|
||||
path = externals/libusb
|
||||
url = https://github.com/libusb/libusb-cmake.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue