diff options
| author | 2022-07-22 18:37:42 -0400 | |
|---|---|---|
| committer | 2022-07-22 20:54:00 -0400 | |
| commit | 5b4bef13e7daae9b4280a33490b231a6f4baab6b (patch) | |
| tree | 06ba40b5701eff84160b6a85e8075b7b66b3a08f /.gitmodules | |
| parent | ci,CMake: Integrate vcpkg into CMakeLists (diff) | |
| download | yuzu-5b4bef13e7daae9b4280a33490b231a6f4baab6b.tar.gz yuzu-5b4bef13e7daae9b4280a33490b231a6f4baab6b.tar.xz yuzu-5b4bef13e7daae9b4280a33490b231a6f4baab6b.zip | |
gitmodules: Remove 'externals' from names of submodules
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 846e41d26..76f13164c 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -34,12 +34,12 @@ | |||
| 34 | [submodule "SDL"] | 34 | [submodule "SDL"] |
| 35 | path = externals/SDL | 35 | path = externals/SDL |
| 36 | url = https://github.com/libsdl-org/SDL.git | 36 | url = https://github.com/libsdl-org/SDL.git |
| 37 | [submodule "externals/cpp-httplib"] | 37 | [submodule "cpp-httplib"] |
| 38 | path = externals/cpp-httplib | 38 | path = externals/cpp-httplib |
| 39 | url = https://github.com/yhirose/cpp-httplib.git | 39 | url = https://github.com/yhirose/cpp-httplib.git |
| 40 | [submodule "externals/ffmpeg/ffmpeg"] | 40 | [submodule "ffmpeg"] |
| 41 | path = externals/ffmpeg/ffmpeg | 41 | path = externals/ffmpeg/ffmpeg |
| 42 | url = https://git.ffmpeg.org/ffmpeg.git | 42 | url = https://git.ffmpeg.org/ffmpeg.git |
| 43 | [submodule "externals/vcpkg"] | 43 | [submodule "vcpkg"] |
| 44 | path = externals/vcpkg | 44 | path = externals/vcpkg |
| 45 | url = https://github.com/Microsoft/vcpkg.git | 45 | url = https://github.com/Microsoft/vcpkg.git |