summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar lat9nq2021-04-16 19:12:47 -0400
committerGravatar lat9nq2021-04-16 19:12:47 -0400
commit12e58917c0280ef8dcb2e94cd9a02bac03c3d27a (patch)
tree057653e34546b3055e653e48847642526c727d01 /.gitmodules
parentMerge pull request #6201 from bunnei/remove-bintray (diff)
downloadyuzu-12e58917c0280ef8dcb2e94cd9a02bac03c3d27a.tar.gz
yuzu-12e58917c0280ef8dcb2e94cd9a02bac03c3d27a.tar.xz
yuzu-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--.gitmodules3
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 @@
40[submodule "ffmpeg"] 40[submodule "ffmpeg"]
41 path = externals/ffmpeg 41 path = externals/ffmpeg
42 url = https://git.ffmpeg.org/ffmpeg.git 42 url = https://git.ffmpeg.org/ffmpeg.git
43[submodule "externals/SDL"]
44 path = externals/SDL
45 url = https://github.com/libsdl-org/SDL.git