diff options
author | lat9nq <[email protected]> | 2021-04-17 20:48:51 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-17 20:48:51 +0000 |
commit | b17f031e35a8b8629af809e6e2aec221bce134b3 (patch) | |
tree | d1d6a56195873b7ff30a93f8781d5cb30e153379 /.gitmodules | |
parent | 12e58917c0280ef8dcb2e94cd9a02bac03c3d27a (diff) | |
download | yuzu-mainline-b17f031e35a8b8629af809e6e2aec221bce134b3.tar.gz yuzu-mainline-b17f031e35a8b8629af809e6e2aec221bce134b3.zip |
gitmodules: Remove unneeded prefix
Co-authored-by: Morph <[email protected]>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 829ab46fe..8e5bc4581 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,6 +40,6 @@ [submodule "ffmpeg"] path = externals/ffmpeg url = https://git.ffmpeg.org/ffmpeg.git -[submodule "externals/SDL"] +[submodule "SDL"] path = externals/SDL url = https://github.com/libsdl-org/SDL.git |