diff options
| author | bunnei <bunneidev@gmail.com> | 2020-07-04 10:05:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-04 10:05:59 -0400 |
| commit | 9f8e17cb185d0d769ab81ef8de906cef37947ea5 (patch) | |
| tree | 0ae185ce3ef43ef9b085aae7b9ad5abb04e3d239 /.gitmodules | |
| parent | 3096adb3471af1b094d670751e476c337007d299 (diff) | |
| parent | f829932ed191ad469df01342191bf2725e8a20bb (diff) | |
Merge pull request #4137 from ameerj/master
GC Adapter Implementation
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6fa823c1c..79028bbb5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,6 +34,9 @@ [submodule "xbyak"] path = externals/xbyak url = https://github.com/herumi/xbyak.git +[submodule "externals/libusb"] + path = externals/libusb + url = https://github.com/ameerj/libusb [submodule "opus"] path = externals/opus/opus url = https://github.com/xiph/opus.git |
