aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
diff options
context:
space:
mode:
authorVortex <[email protected]>2021-06-19 00:18:53 +0530
committerVortex <[email protected]>2021-06-19 02:18:58 +0530
commite704da91929b06e5d65959c78e88e570d707a773 (patch)
tree1af9218fd2b480ce68f14fa12a4f1415ca1a82c4 /.gitmodules
parent3870ba670f6787de976c785ba95d76ee518823b9 (diff)
downloadyuzu-android-e704da91929b06e5d65959c78e88e570d707a773.tar.gz
yuzu-android-e704da91929b06e5d65959c78e88e570d707a773.zip
externals: httplib: replace custom httplib header with upstream as submodule.
This also includes a minor change to web_service.cpp - to fix compatibility with upstream changes.
Diffstat (limited to '.gitmodules')
-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