diff options
author | lat9nq <[email protected]> | 2021-04-16 19:12:47 -0400 |
---|---|---|
committer | lat9nq <[email protected]> | 2021-04-16 19:12:47 -0400 |
commit | 12e58917c0280ef8dcb2e94cd9a02bac03c3d27a (patch) | |
tree | 057653e34546b3055e653e48847642526c727d01 /.gitmodules | |
parent | bb32a4a8d7790dff557ea893229579eddb525ac5 (diff) | |
download | yuzu-mainline-12e58917c0280ef8dcb2e94cd9a02bac03c3d27a.tar.gz yuzu-mainline-12e58917c0280ef8dcb2e94cd9a02bac03c3d27a.zip |
externals: Add SDL 2.0.12
Since Bintray is (soon to be) no more, there needs to be a way to
acquire SDL2. Since 20.04's version is older than our minimum required
version (2.0.12), add it as an external.
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 |