diff options
author | t895 <clombardo169@gmail.com> | 2023-11-12 08:03:01 +0100 |
---|---|---|
committer | t895 <clombardo169@gmail.com> | 2023-11-21 07:58:13 +0100 |
commit | da14c7b8e47fcd5456d88a033a1fb154a0dcfa39 (patch) | |
tree | 4f9da84775b2b25aaa7eb519bccb1d5e620608a0 /.gitmodules | |
parent | Merge pull request #12011 from Macj0rdan/controller-applet (diff) | |
download | yuzu-da14c7b8e47fcd5456d88a033a1fb154a0dcfa39.tar yuzu-da14c7b8e47fcd5456d88a033a1fb154a0dcfa39.tar.gz yuzu-da14c7b8e47fcd5456d88a033a1fb154a0dcfa39.tar.bz2 yuzu-da14c7b8e47fcd5456d88a033a1fb154a0dcfa39.tar.lz yuzu-da14c7b8e47fcd5456d88a033a1fb154a0dcfa39.tar.xz yuzu-da14c7b8e47fcd5456d88a033a1fb154a0dcfa39.tar.zst yuzu-da14c7b8e47fcd5456d88a033a1fb154a0dcfa39.zip |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index b72a2ec8c..45dd0d259 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,6 @@ [submodule "enet"] path = externals/enet url = https://github.com/lsalzman/enet.git -[submodule "inih"] - path = externals/inih/inih - url = https://github.com/benhoyt/inih.git [submodule "cubeb"] path = externals/cubeb url = https://github.com/mozilla/cubeb.git @@ -61,3 +58,6 @@ [submodule "breakpad"] path = externals/breakpad url = https://github.com/yuzu-emu/breakpad.git +[submodule "simpleini"] + path = externals/simpleini + url = https://github.com/brofield/simpleini.git |