diff options
author | bunnei <bunneidev@gmail.com> | 2021-03-06 00:48:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-06 00:48:28 +0100 |
commit | 9d010be4837cc88e28c700f640c1c101092d482a (patch) | |
tree | 5dd4ec29153cc8a9a8f932114ac24bfa9f1289ea /.gitmodules | |
parent | Merge pull request #6006 from bunnei/fiber-unique-ptr (diff) | |
parent | aes_util: Remove malformed mbedtls_cipher_finish function call (diff) | |
download | yuzu-9d010be4837cc88e28c700f640c1c101092d482a.tar yuzu-9d010be4837cc88e28c700f640c1c101092d482a.tar.gz yuzu-9d010be4837cc88e28c700f640c1c101092d482a.tar.bz2 yuzu-9d010be4837cc88e28c700f640c1c101092d482a.tar.lz yuzu-9d010be4837cc88e28c700f640c1c101092d482a.tar.xz yuzu-9d010be4837cc88e28c700f640c1c101092d482a.tar.zst yuzu-9d010be4837cc88e28c700f640c1c101092d482a.zip |
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 93ba9b930..a0a89933d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -27,7 +27,7 @@ url = https://github.com/ReinUsesLisp/sirit [submodule "mbedtls"] path = externals/mbedtls - url = https://github.com/DarkLordZach/mbedtls + url = https://github.com/yuzu-emu/mbedtls [submodule "libzip"] path = externals/libzip/libzip url = https://github.com/nih-at/libzip.git |