summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-10-30 20:32:31 +0100
committerGitHub <noreply@github.com>2023-10-30 20:32:31 +0100
commit22cac3a5e342e4a98d87c113b2d95b84cb5aa826 (patch)
treeae3d6c6caaae42739b0ff957593a86ba5627c040 /.gitmodules
parentMerge pull request #11908 from t895/log-spam (diff)
parentexternals/opus: use CMakeLists shipped with Opus itself (diff)
downloadyuzu-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--.gitmodules2
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