diff options
author | archshift <gh@archshift.com> | 2015-05-03 23:58:10 +0200 |
---|---|---|
committer | archshift <gh@archshift.com> | 2015-05-03 23:58:10 +0200 |
commit | 3edbdee17d4455fc6111379d1d1736743569ef8d (patch) | |
tree | 36cd889ce590c0cf9f4bf8ba62810812fac5a649 /.gitmodules | |
parent | Merge pull request #698 from Zaneo/clip_stylus_input (diff) | |
parent | Rename git submodules, so they are more easily accessible from external tools. (diff) | |
download | yuzu-3edbdee17d4455fc6111379d1d1736743569ef8d.tar yuzu-3edbdee17d4455fc6111379d1d1736743569ef8d.tar.gz yuzu-3edbdee17d4455fc6111379d1d1736743569ef8d.tar.bz2 yuzu-3edbdee17d4455fc6111379d1d1736743569ef8d.tar.lz yuzu-3edbdee17d4455fc6111379d1d1736743569ef8d.tar.xz yuzu-3edbdee17d4455fc6111379d1d1736743569ef8d.tar.zst yuzu-3edbdee17d4455fc6111379d1d1736743569ef8d.zip |
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index a9e0a5c1a..598e4c64d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ -[submodule "externals/inih/inih"] +[submodule "inih"] path = externals/inih/inih url = https://github.com/svn2github/inih -[submodule "externals/boost"] +[submodule "boost"] path = externals/boost url = https://github.com/citra-emu/ext-boost.git -[submodule "externals/nihstro"] +[submodule "nihstro"] path = externals/nihstro url = https://github.com/neobrain/nihstro.git |