diff options
author | Ameer <aj662@drexel.edu> | 2020-06-21 18:39:15 +0200 |
---|---|---|
committer | Ameer <aj662@drexel.edu> | 2020-06-21 18:39:15 +0200 |
commit | 18a42d3815d0ac8dc9ff14538e219496c9cfd159 (patch) | |
tree | 38e23a1d0e4becb022ee11823432c1f9696504c5 /.gitmodules | |
parent | GC Adapter Implementation (diff) | |
download | yuzu-18a42d3815d0ac8dc9ff14538e219496c9cfd159.tar yuzu-18a42d3815d0ac8dc9ff14538e219496c9cfd159.tar.gz yuzu-18a42d3815d0ac8dc9ff14538e219496c9cfd159.tar.bz2 yuzu-18a42d3815d0ac8dc9ff14538e219496c9cfd159.tar.lz yuzu-18a42d3815d0ac8dc9ff14538e219496c9cfd159.tar.xz yuzu-18a42d3815d0ac8dc9ff14538e219496c9cfd159.tar.zst yuzu-18a42d3815d0ac8dc9ff14538e219496c9cfd159.zip |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9ba8fe207..e3ec628ea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +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 |