diff options
author | fearlessTobi <thm.frey@gmail.com> | 2018-09-16 20:05:19 +0200 |
---|---|---|
committer | fearlessTobi <thm.frey@gmail.com> | 2018-10-02 15:30:48 +0200 |
commit | 5f30f95e94d9d8ba4eb3d09da110b8e2f9187eb2 (patch) | |
tree | bc58ee4b471b2a55fdf4b84b544cd2ecbc55b294 /.gitmodules | |
parent | Merge pull request #1407 from DarkLordZach/dlc (diff) | |
download | yuzu-5f30f95e94d9d8ba4eb3d09da110b8e2f9187eb2.tar yuzu-5f30f95e94d9d8ba4eb3d09da110b8e2f9187eb2.tar.gz yuzu-5f30f95e94d9d8ba4eb3d09da110b8e2f9187eb2.tar.bz2 yuzu-5f30f95e94d9d8ba4eb3d09da110b8e2f9187eb2.tar.lz yuzu-5f30f95e94d9d8ba4eb3d09da110b8e2f9187eb2.tar.xz yuzu-5f30f95e94d9d8ba4eb3d09da110b8e2f9187eb2.tar.zst yuzu-5f30f95e94d9d8ba4eb3d09da110b8e2f9187eb2.zip |
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e73ca99e3..2c044ed7d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,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 |