summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2021-06-21 17:56:33 +0200
committerGitHub <noreply@github.com>2021-06-21 17:56:33 +0200
commit83ac715e760b89dde9b38bd2745f811cdfaa8fb6 (patch)
treec4f497847e41233d274a24c1e8999e0ba0dd19ce /.gitmodules
parentMerge pull request #6494 from lat9nq/mingw-fix-fastmem (diff)
parentexternals: httplib: replace custom httplib header with upstream as submodule. (diff)
downloadyuzu-83ac715e760b89dde9b38bd2745f811cdfaa8fb6.tar
yuzu-83ac715e760b89dde9b38bd2745f811cdfaa8fb6.tar.gz
yuzu-83ac715e760b89dde9b38bd2745f811cdfaa8fb6.tar.bz2
yuzu-83ac715e760b89dde9b38bd2745f811cdfaa8fb6.tar.lz
yuzu-83ac715e760b89dde9b38bd2745f811cdfaa8fb6.tar.xz
yuzu-83ac715e760b89dde9b38bd2745f811cdfaa8fb6.tar.zst
yuzu-83ac715e760b89dde9b38bd2745f811cdfaa8fb6.zip
Diffstat (limited to '')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index d294e850d..749cd0408 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -43,3 +43,6 @@
[submodule "SDL"]
path = externals/SDL
url = https://github.com/libsdl-org/SDL.git
+[submodule "externals/cpp-httplib"]
+ path = externals/cpp-httplib
+ url = https://github.com/yhirose/cpp-httplib.git