diff options
| author | 2015-05-03 14:58:10 -0700 | |
|---|---|---|
| committer | 2015-05-03 14:58:10 -0700 | |
| commit | 3edbdee17d4455fc6111379d1d1736743569ef8d (patch) | |
| tree | 36cd889ce590c0cf9f4bf8ba62810812fac5a649 | |
| 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.gz yuzu-3edbdee17d4455fc6111379d1d1736743569ef8d.tar.xz yuzu-3edbdee17d4455fc6111379d1d1736743569ef8d.zip | |
Merge pull request #709 from linkmauve/rename-submodules
Rename git submodules, so they are more easily accessible from external tools
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 @@ | |||
| 1 | [submodule "externals/inih/inih"] | 1 | [submodule "inih"] |
| 2 | path = externals/inih/inih | 2 | path = externals/inih/inih |
| 3 | url = https://github.com/svn2github/inih | 3 | url = https://github.com/svn2github/inih |
| 4 | [submodule "externals/boost"] | 4 | [submodule "boost"] |
| 5 | path = externals/boost | 5 | path = externals/boost |
| 6 | url = https://github.com/citra-emu/ext-boost.git | 6 | url = https://github.com/citra-emu/ext-boost.git |
| 7 | [submodule "externals/nihstro"] | 7 | [submodule "nihstro"] |
| 8 | path = externals/nihstro | 8 | path = externals/nihstro |
| 9 | url = https://github.com/neobrain/nihstro.git | 9 | url = https://github.com/neobrain/nihstro.git |