diff options
author | David Marcec <dmarcecguzman@gmail.com> | 2020-07-01 07:09:33 +0200 |
---|---|---|
committer | David Marcec <dmarcecguzman@gmail.com> | 2020-07-01 07:09:33 +0200 |
commit | d5dfe34c4935d1494f4b742fa3bb4066d9096236 (patch) | |
tree | bbd2db9128c5590763397d1aa9c00dce26922e1d /.gitmodules | |
parent | Merge pull request #4208 from jbeich/freebsd (diff) | |
download | yuzu-d5dfe34c4935d1494f4b742fa3bb4066d9096236.tar yuzu-d5dfe34c4935d1494f4b742fa3bb4066d9096236.tar.gz yuzu-d5dfe34c4935d1494f4b742fa3bb4066d9096236.tar.bz2 yuzu-d5dfe34c4935d1494f4b742fa3bb4066d9096236.tar.lz yuzu-d5dfe34c4935d1494f4b742fa3bb4066d9096236.tar.xz yuzu-d5dfe34c4935d1494f4b742fa3bb4066d9096236.tar.zst yuzu-d5dfe34c4935d1494f4b742fa3bb4066d9096236.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..6fa823c1c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "xbyak"] path = externals/xbyak url = https://github.com/herumi/xbyak.git +[submodule "opus"] + path = externals/opus/opus + url = https://github.com/xiph/opus.git |