diff options
author | Lioncash <mathew1800@gmail.com> | 2020-08-26 04:21:32 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-08-26 08:45:11 +0200 |
commit | 045255a0a00acc13c4d266fc63d2cb7e304eddaa (patch) | |
tree | d77607ab5cb864c71ca475a9bb5fba8365f48fef /.gitmodules | |
parent | externals: Untrack non-upstream variant of libusb (diff) | |
download | yuzu-045255a0a00acc13c4d266fc63d2cb7e304eddaa.tar yuzu-045255a0a00acc13c4d266fc63d2cb7e304eddaa.tar.gz yuzu-045255a0a00acc13c4d266fc63d2cb7e304eddaa.tar.bz2 yuzu-045255a0a00acc13c4d266fc63d2cb7e304eddaa.tar.lz yuzu-045255a0a00acc13c4d266fc63d2cb7e304eddaa.tar.xz yuzu-045255a0a00acc13c4d266fc63d2cb7e304eddaa.tar.zst yuzu-045255a0a00acc13c4d266fc63d2cb7e304eddaa.zip |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6fa823c1c..9d9356151 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,6 +16,9 @@ [submodule "libressl"] path = externals/libressl url = https://github.com/citra-emu/ext-libressl-portable.git +[submodule "libusb"] + path = externals/libusb/libusb + url = https://github.com/libusb/libusb.git [submodule "discord-rpc"] path = externals/discord-rpc url = https://github.com/discordapp/discord-rpc.git |