diff options
| author | 2021-04-17 22:36:56 -0400 | |
|---|---|---|
| committer | 2021-04-17 22:36:56 -0400 | |
| commit | 2a2a578932cb8e08d804f9c39c2025317860e58e (patch) | |
| tree | 52442360b97b4c382a3af2cb50b0c117fc60e8e9 /.gitmodules | |
| parent | Merge pull request #6205 from Morph1984/applet-focus-state-change (diff) | |
| parent | gitmodules: Remove unneeded prefix (diff) | |
| download | yuzu-2a2a578932cb8e08d804f9c39c2025317860e58e.tar.gz yuzu-2a2a578932cb8e08d804f9c39c2025317860e58e.tar.xz yuzu-2a2a578932cb8e08d804f9c39c2025317860e58e.zip | |
Merge pull request #6204 from lat9nq/sdl2-external
externals: Add SDL 2.0.12
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a0a89933d..8e5bc4581 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 "SDL"] | ||
| 44 | path = externals/SDL | ||
| 45 | url = https://github.com/libsdl-org/SDL.git | ||