diff --git a/.gitmodules b/.gitmodules index 66d46471f0..3216038e4c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,9 +25,6 @@ [submodule "Utilities/yaml-cpp"] path = Utilities/yaml-cpp url = https://github.com/RPCS3/yaml-cpp -[submodule "3rdparty/pugixml"] - path = 3rdparty/pugixml - url = https://github.com/RPCS3/pugixml [submodule "3rdparty/cereal"] path = 3rdparty/cereal url = https://github.com/USCiLab/cereal.git @@ -41,3 +38,6 @@ [submodule "3rdparty/Optional"] path = 3rdparty/Optional url = https://github.com/akrzemi1/Optional.git +[submodule "3rdparty/pugixml"] + path = 3rdparty/pugixml + url = https://github.com/zeux/pugixml diff --git a/3rdparty/pugixml b/3rdparty/pugixml index f205aaf6e1..257fbb4e1b 160000 --- a/3rdparty/pugixml +++ b/3rdparty/pugixml @@ -1 +1 @@ -Subproject commit f205aaf6e1c90f1dda943edd4f82922118a85648 +Subproject commit 257fbb4e1b09b0f1a6b2020ae2db190b87c8f9c7