diff options
| author | 2020-08-25 22:18:35 -0400 | |
|---|---|---|
| committer | 2020-08-25 22:19:15 -0400 | |
| commit | 58ee9b4197d457cd8876c101fb833e21a479245c (patch) | |
| tree | 1766a1740a1b765369f09f8c927e10791062dc5f | |
| parent | Merge pull request #4582 from lioncash/xbyak (diff) | |
| download | yuzu-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.
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | externals/libusb | 0 |
2 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 |
diff --git a/externals/libusb b/externals/libusb deleted file mode 160000 | |||
| Subproject 3406d72cda879f8792a88bf5f6bd0b7a65636f7 | |||