diff options
author | Morph <[email protected]> | 2021-03-05 00:35:30 -0500 |
---|---|---|
committer | Morph <[email protected]> | 2021-03-05 02:05:05 -0500 |
commit | 6faabd6d691c2b43c7bd3ca97bf7f49410a3e4f4 (patch) | |
tree | a63fa25f50b7468cf6e9e03c965a98a0feabdde2 /.gitmodules | |
parent | b8b589158594cf8dd1bb499b6516573dc6d4cfdd (diff) | |
download | yuzu-android-6faabd6d691c2b43c7bd3ca97bf7f49410a3e4f4.tar.gz yuzu-android-6faabd6d691c2b43c7bd3ca97bf7f49410a3e4f4.zip |
externals: Update mbedtls to 2.16.9
mbedtls 2.16 is the last version which has licensing for GPL 2.0. This updates mbedtls to our own fork of mbedtls 2.16
Diffstat (limited to '.gitmodules')
-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 |