diff options
author | Lioncash <[email protected]> | 2020-08-25 22:18:35 -0400 |
---|---|---|
committer | Lioncash <[email protected]> | 2020-08-25 22:19:15 -0400 |
commit | 58ee9b4197d457cd8876c101fb833e21a479245c (patch) | |
tree | 1766a1740a1b765369f09f8c927e10791062dc5f /.gitmodules | |
parent | b8885aa03bed5f9a374163d3fdcb67e59ab4c441 (diff) | |
download | yuzu-android-58ee9b4197d457cd8876c101fb833e21a479245c.tar.gz yuzu-android-58ee9b4197d457cd8876c101fb833e21a479245c.zip |
externals: Untrack non-upstream variant of libusb
We shouldn't be tracking personal forks of repositories when upstream
can be managed directly.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 79028bbb5..6fa823c1c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,9 +34,6 @@ [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 |