diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-04-17 01:12:47 +0200 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-04-17 01:12:47 +0200 |
commit | 12e58917c0280ef8dcb2e94cd9a02bac03c3d27a (patch) | |
tree | 057653e34546b3055e653e48847642526c727d01 /.gitmodules | |
parent | Merge pull request #6201 from bunnei/remove-bintray (diff) | |
download | yuzu-12e58917c0280ef8dcb2e94cd9a02bac03c3d27a.tar yuzu-12e58917c0280ef8dcb2e94cd9a02bac03c3d27a.tar.gz yuzu-12e58917c0280ef8dcb2e94cd9a02bac03c3d27a.tar.bz2 yuzu-12e58917c0280ef8dcb2e94cd9a02bac03c3d27a.tar.lz yuzu-12e58917c0280ef8dcb2e94cd9a02bac03c3d27a.tar.xz yuzu-12e58917c0280ef8dcb2e94cd9a02bac03c3d27a.tar.zst yuzu-12e58917c0280ef8dcb2e94cd9a02bac03c3d27a.zip |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a0a89933d..829ab46fe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "ffmpeg"] path = externals/ffmpeg url = https://git.ffmpeg.org/ffmpeg.git +[submodule "externals/SDL"] + path = externals/SDL + url = https://github.com/libsdl-org/SDL.git |