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 | bd14f397ce142f4552018554532ceb230e12bde5 (diff) | |
Add submodules
Diffstat (limited to '.gitmodules')
| -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 |
