diff options
author | Lioncash <mathew1800@gmail.com> | 2019-10-24 01:18:40 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-10-24 02:58:54 +0200 |
commit | 611236c8835a9ab2f0ee69f3ef8848d640c267a9 (patch) | |
tree | 2bb147c3de0817b503afa6341f7077fb1c053406 /.gitmodules | |
parent | Merge pull request #3022 from DarkLordZach/azure-folder-rename (diff) | |
download | yuzu-611236c8835a9ab2f0ee69f3ef8848d640c267a9.tar yuzu-611236c8835a9ab2f0ee69f3ef8848d640c267a9.tar.gz yuzu-611236c8835a9ab2f0ee69f3ef8848d640c267a9.tar.bz2 yuzu-611236c8835a9ab2f0ee69f3ef8848d640c267a9.tar.lz yuzu-611236c8835a9ab2f0ee69f3ef8848d640c267a9.tar.xz yuzu-611236c8835a9ab2f0ee69f3ef8848d640c267a9.tar.zst yuzu-611236c8835a9ab2f0ee69f3ef8848d640c267a9.zip |
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 35e0d1240..ee0dc6c19 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26,11 +26,11 @@ path = externals/mbedtls url = https://github.com/DarkLordZach/mbedtls [submodule "opus"] - path = externals/opus - url = https://github.com/ogniK5377/opus.git + path = externals/opus/opus + url = https://github.com/xiph/opus.git [submodule "soundtouch"] - path = externals/soundtouch - url = https://github.com/citra-emu/ext-soundtouch.git + path = externals/soundtouch + url = https://github.com/citra-emu/ext-soundtouch.git [submodule "libressl"] path = externals/libressl url = https://github.com/citra-emu/ext-libressl-portable.git |