summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-07-23 02:54:47 +0200
committerGitHub <noreply@github.com>2022-07-23 02:54:47 +0200
commit58081a3664e3c069cd4efe5d96502c2fcc831535 (patch)
tree06ba40b5701eff84160b6a85e8075b7b66b3a08f /.gitmodules
parentMerge pull request #8598 from Link4565/recv-dontwait (diff)
parentgitmodules: Remove 'externals' from names of submodules (diff)
downloadyuzu-58081a3664e3c069cd4efe5d96502c2fcc831535.tar
yuzu-58081a3664e3c069cd4efe5d96502c2fcc831535.tar.gz
yuzu-58081a3664e3c069cd4efe5d96502c2fcc831535.tar.bz2
yuzu-58081a3664e3c069cd4efe5d96502c2fcc831535.tar.lz
yuzu-58081a3664e3c069cd4efe5d96502c2fcc831535.tar.xz
yuzu-58081a3664e3c069cd4efe5d96502c2fcc831535.tar.zst
yuzu-58081a3664e3c069cd4efe5d96502c2fcc831535.zip
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index dc92d0a4b..76f13164c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -34,9 +34,12 @@
[submodule "SDL"]
path = externals/SDL
url = https://github.com/libsdl-org/SDL.git
-[submodule "externals/cpp-httplib"]
+[submodule "cpp-httplib"]
path = externals/cpp-httplib
url = https://github.com/yhirose/cpp-httplib.git
-[submodule "externals/ffmpeg/ffmpeg"]
+[submodule "ffmpeg"]
path = externals/ffmpeg/ffmpeg
url = https://git.ffmpeg.org/ffmpeg.git
+[submodule "vcpkg"]
+ path = externals/vcpkg
+ url = https://github.com/Microsoft/vcpkg.git