diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-10-30 20:32:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-30 20:32:31 +0100 |
commit | 22cac3a5e342e4a98d87c113b2d95b84cb5aa826 (patch) | |
tree | ae3d6c6caaae42739b0ff957593a86ba5627c040 /.gitmodules | |
parent | Merge pull request #11908 from t895/log-spam (diff) | |
parent | externals/opus: use CMakeLists shipped with Opus itself (diff) | |
download | yuzu-22cac3a5e342e4a98d87c113b2d95b84cb5aa826.tar yuzu-22cac3a5e342e4a98d87c113b2d95b84cb5aa826.tar.gz yuzu-22cac3a5e342e4a98d87c113b2d95b84cb5aa826.tar.bz2 yuzu-22cac3a5e342e4a98d87c113b2d95b84cb5aa826.tar.lz yuzu-22cac3a5e342e4a98d87c113b2d95b84cb5aa826.tar.xz yuzu-22cac3a5e342e4a98d87c113b2d95b84cb5aa826.tar.zst yuzu-22cac3a5e342e4a98d87c113b2d95b84cb5aa826.zip |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index fdddb0d3a..b72a2ec8c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -32,7 +32,7 @@ path = externals/xbyak url = https://github.com/herumi/xbyak.git [submodule "opus"] - path = externals/opus/opus + path = externals/opus url = https://github.com/xiph/opus.git [submodule "SDL"] path = externals/SDL |