diff options
author | bunnei <bunneidev@gmail.com> | 2020-06-17 03:46:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 03:46:19 +0200 |
commit | 2a3d4cad63f80151893ee49ee205c5f72aefd321 (patch) | |
tree | f18ce34026676736f0c2fff89da97f952378513d /.gitmodules | |
parent | Merge pull request #4041 from ReinUsesLisp/arb-decomp (diff) | |
download | yuzu-2a3d4cad63f80151893ee49ee205c5f72aefd321.tar yuzu-2a3d4cad63f80151893ee49ee205c5f72aefd321.tar.gz yuzu-2a3d4cad63f80151893ee49ee205c5f72aefd321.tar.bz2 yuzu-2a3d4cad63f80151893ee49ee205c5f72aefd321.tar.lz yuzu-2a3d4cad63f80151893ee49ee205c5f72aefd321.tar.xz yuzu-2a3d4cad63f80151893ee49ee205c5f72aefd321.tar.zst yuzu-2a3d4cad63f80151893ee49ee205c5f72aefd321.zip |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2ec9dda62..9ba8fe207 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,6 +13,9 @@ [submodule "soundtouch"] 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 [submodule "discord-rpc"] path = externals/discord-rpc url = https://github.com/discordapp/discord-rpc.git |