diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-07-31 04:04:51 +0200 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-08-01 06:16:54 +0200 |
commit | 0497bb5528f62f9e3db887988f0f93b4a1653a42 (patch) | |
tree | c4f868272fb46e075e2e2c3f50504965dcf68796 /.gitmodules | |
parent | Use more descriptive error codes and messages (diff) | |
download | yuzu-0497bb5528f62f9e3db887988f0f93b4a1653a42.tar yuzu-0497bb5528f62f9e3db887988f0f93b4a1653a42.tar.gz yuzu-0497bb5528f62f9e3db887988f0f93b4a1653a42.tar.bz2 yuzu-0497bb5528f62f9e3db887988f0f93b4a1653a42.tar.lz yuzu-0497bb5528f62f9e3db887988f0f93b4a1653a42.tar.xz yuzu-0497bb5528f62f9e3db887988f0f93b4a1653a42.tar.zst yuzu-0497bb5528f62f9e3db887988f0f93b4a1653a42.zip |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules index 247aac535..4f4e8690b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,9 +25,9 @@ [submodule "unicorn"] path = externals/unicorn url = https://github.com/yuzu-emu/unicorn -[submodule "externals/mbedtls"] - path = externals/mbedtls - url = https://github.com/DarkLordZach/mbedtls +[submodule "mbedtls"] + path = externals/mbedtls + url = https://github.com/DarkLordZach/mbedtls [submodule "opus"] - path = externals/opus - url = https://github.com/ogniK5377/opus.git + path = externals/opus + url = https://github.com/ogniK5377/opus.git |