summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar Lioncash2020-08-25 22:18:35 -0400
committerGravatar Lioncash2020-08-25 22:19:15 -0400
commit58ee9b4197d457cd8876c101fb833e21a479245c (patch)
tree1766a1740a1b765369f09f8c927e10791062dc5f /.gitmodules
parentMerge pull request #4582 from lioncash/xbyak (diff)
downloadyuzu-58ee9b4197d457cd8876c101fb833e21a479245c.tar.gz
yuzu-58ee9b4197d457cd8876c101fb833e21a479245c.tar.xz
yuzu-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--.gitmodules3
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 @@
34[submodule "xbyak"] 34[submodule "xbyak"]
35 path = externals/xbyak 35 path = externals/xbyak
36 url = https://github.com/herumi/xbyak.git 36 url = https://github.com/herumi/xbyak.git
37[submodule "externals/libusb"]
38 path = externals/libusb
39 url = https://github.com/ameerj/libusb
40[submodule "opus"] 37[submodule "opus"]
41 path = externals/opus/opus 38 path = externals/opus/opus
42 url = https://github.com/xiph/opus.git 39 url = https://github.com/xiph/opus.git